summaryrefslogtreecommitdiff
path: root/publish
blob: c03c2a1c46e3ee87fd6bf13a73b29b438f2e93b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
#
# This is a script Lars Wirzenius uses to publish docs on the Internet.
# It's not useful for anyone else, as it requires access to the right
# host.
#
# It is assumed that the docs have been built already.

host="pieni.net"
path="code.liw.fi/obnam"

rsync manual/manual.pdf manual/manual.html "$host:$path/manual/."
rsync yarns/yarns.pdf yarns/yarns.html "$host:$path/"