diff options
Diffstat (limited to '')
| -rw-r--r-- | doc/Makefile.am | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/doc/Makefile.am b/doc/Makefile.am index c5aeb2f4..5d2d54c5 100644 --- a/doc/Makefile.am +++ b/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/ + | 
