[git] GnuPG - branch, STABLE-BRANCH-2-0, updated. gnupg-2.0.29-2-g6aa0650
by Werner Koch
cvs at cvs.gnupg.org
Tue Sep 8 17:42:35 CEST 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".
The branch, STABLE-BRANCH-2-0 has been updated
via 6aa065076f532b956f10d59a7d303caf81b41606 (commit)
from 0a88cd186f2943eb5ff6839ce0299d313c1d958d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6aa065076f532b956f10d59a7d303caf81b41606
Author: Werner Koch <wk at gnupg.org>
Date: Tue Sep 8 17:39:46 2015 +0200
doc: Allow uploading of a 2.0 manual
--
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 376a8f3..0be9668 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}/
-----------------------------------------------------------------------
Summary of changes:
doc/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list