aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 6229ddc..fc4e97d 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -28,8 +28,7 @@ assuan_TEXINFOS = lgpl.texi gpl.texi
online: assuan.html assuan.pdf
set -e; \
echo "Uploading current manuals to www.gnupg.org ..."; \
- user=werner ; \
+ user=werner ; webhost="ftp.gnupg.org"; \
(cd assuan.html && rsync -vr --exclude='.svn' . \
- $${user}@cvs.gnupg.org:webspace/manuals/assuan/ ); \
- rsync -v assuan.pdf $${user}@cvs.gnupg.org:webspace/manuals/
-
+ $${user}@$${webhost}:webspace/manuals/assuan/ ); \
+ rsync -v assuan.pdf $${user}@$${webhost}:webspace/manuals/