diff options
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 |