summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-10-17 17:44:49 +0000
committerWerner Koch <wk@gnupg.org>2006-10-17 17:44:49 +0000
commit7b99fd7c97e11524f8eb1c9b158cf791f5a44caf (patch)
tree2a299b9249ee68c71ada82852da79d730aed5c0c /doc/Makefile.am
parent488b253f39b008230989660639304f66f1015626 (diff)
downloadlibgcrypt-7b99fd7c97e11524f8eb1c9b158cf791f5a44caf.tar.gz
Various minor changes.
Support for DSA2.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 8ae65319..eeedf8bf 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -22,3 +22,12 @@ DISTCLEANFILES = gcrypt.cps
info_TEXINFOS = gcrypt.texi
gcrypt_TEXINFOS = lgpl.texi gpl.texi
+
+online: gcrypt.html gcrypt.pdf
+ set -e; \
+ echo "Uploading current manuals to www.gnupg.org ..."; \
+ user=werner ; \
+ (cd gcrypt.html && rsync -vr --exclude='.svn' . \
+ $${user}@cvs.gnupg.org:webspace/manuals/gcrypt/ ); \
+ rsync -v gcrypt.pdf $${user}@cvs.gnupg.org:webspace/manuals/
+