diff options
author | Werner Koch <[email protected]> | 2014-08-14 15:15:04 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-08-14 15:31:33 +0000 |
commit | 01dd1601a4bd1e55beaf1a13cfbfc2ac9c21eb68 (patch) | |
tree | 484b4c8cea2c06c14585c81614b99c66b9efdca6 /doc | |
parent | Release 2.1.0-beta783 (diff) | |
download | gnupg-01dd1601a4bd1e55beaf1a13cfbfc2ac9c21eb68.tar.gz gnupg-01dd1601a4bd1e55beaf1a13cfbfc2ac9c21eb68.zip |
Post beta release update.
--
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 43d69cd21..870aa91e0 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -131,7 +131,7 @@ online: gnupg.html gnupg.pdf echo "Uploading current manuals to www.gnupg.org ..."; \ cp $(srcdir)/gnupg-logo-tr.png gnupg.html/; \ user=werner ; webhost="ftp.gnupg.org" ; dashdevel="" ; \ - if echo "@PACKAGE_VERSION@" | grep -- "-git" >/dev/null; then \ + if echo "@PACKAGE_VERSION@" | grep -- "-beta" >/dev/null; then \ dashdevel="-devel" ; \ else \ rsync -v gnupg.pdf $${user}@$${webhost}:webspace/manuals/ ; \ |