aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2015-09-08 15:39:46 +0000
committerWerner Koch <[email protected]>2015-09-08 15:39:46 +0000
commit6aa065076f532b956f10d59a7d303caf81b41606 (patch)
tree427f7b598b187aecb204c10c707dfd45b3576700
parentPost release updates. (diff)
downloadgnupg-6aa065076f532b956f10d59a7d303caf81b41606.tar.gz
gnupg-6aa065076f532b956f10d59a7d303caf81b41606.zip
doc: Allow uploading of a 2.0 manual
--
-rw-r--r--doc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 376a8f3be..0be966873 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -140,8 +140,8 @@ online: gnupg.html gnupg.pdf
if echo "@PACKAGE_VERSION@" | grep -- "-git" >/dev/null; then \
dashdevel="-devel" ; \
else \
- rsync -v gnupg.pdf $${user}@$${webhost}:webspace/manuals/ ; \
+ scp gnupg.pdf $${user}@$${webhost}:webspace/manuals/gnupg-2.0.pdf ; \
fi ; \
cd gnupg.html ; \
rsync -vr --exclude='.git' . \
- $${user}@$${webhost}:webspace/manuals/gnupg$${dashdevel}/
+ $${user}@$${webhost}:webspace/manuals/gnupg-2.0$${dashdevel}/