diff options
author | Dafydd Harries <dafydd.harries@collabora.co.uk> | 2007-05-10 12:32:16 +0000 |
---|---|---|
committer | Dafydd Harries <dafydd.harries@collabora.co.uk> | 2007-05-10 12:32:16 +0000 |
commit | d37d9b502a6195f89c305d358a2b6cf1fb4205c6 (patch) | |
tree | 964631f594f5c4d5e3dd047cac87739a4d0adc11 /Makefile.am | |
parent | bb5e75fef31776c774ffafb6e3679d829b0dcce6 (diff) |
add rule to top-level Makefile to upload documentation to freedesktop.org
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e60b9fcee..03b7d3a53 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,3 +22,7 @@ check-local:: dist-hook: chmod u+w ${distdir}/ChangeLog if test -d _darcs; then darcs changes >${distdir}/ChangeLog; fi + +maintainer-upload-docs: + rsync -rtvzPp --chmod=Dg+s,ug+rwX,o=rX docs/reference/html/ \ + telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/doc/telepathy-glib |