summaryrefslogtreecommitdiff
path: root/publish
blob: 7b1957dc7be801437bdbc20bf81816699b649cde (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/*.pdf manual/*.html "$host:$path/manual/."
rsync yarns/yarns.pdf yarns/yarns.html "$host:$path/"