aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/doc/Makefile.am')
-rw-r--r--trunk/doc/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/trunk/doc/Makefile.am b/trunk/doc/Makefile.am
index c5aeb2f4..5d2d54c5 100644
--- a/trunk/doc/Makefile.am
+++ b/trunk/doc/Makefile.am
@@ -23,3 +23,12 @@ DISTCLEANFILES = gpgme.tmp
info_TEXINFOS = gpgme.texi
gpgme_TEXINFOS = lesser.texi
+
+online: gpgme.html gpgme.pdf
+ set -e; \
+ echo "Uploading current manuals to www.gnupg.org ..."; \
+ user=werner ; \
+ (cd gpgme.html && rsync -vr --exclude='.svn' . \
+ $${user}@cvs.gnupg.org:webspace/manuals/gpgme/ ); \
+ rsync -v gpgme.pdf $${user}@cvs.gnupg.org:webspace/manuals/
+