aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2011-08-04 14:23:09 +0000
committerWerner Koch <[email protected]>2011-08-04 14:23:09 +0000
commita7585eeabebf61aaa3209a893892b779b3447df9 (patch)
tree54d7f45faf41bb1ca266cadce0206f75e67cd440 /doc/Makefile.am
parentNew option --ssh-fpr for the agent:KEYINFO command (diff)
downloadgnupg-2.0.18.tar.gz
gnupg-2.0.18.zip
Prepare for the 2.0.18 release.gnupg-2.0.18
Copied texi files from master. Updated de.po. Added more file to gitignore. Removed the large PKITS tarball. General release preparations.
Diffstat (limited to '')
-rw-r--r--doc/Makefile.am13
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index c0e225138..2be818e82 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -6,12 +6,12 @@
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
-#
+#
# GnuPG is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
-#
+#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
@@ -44,7 +44,7 @@ info_TEXINFOS = gnupg.texi
dist_pkgdata_DATA = qualified.txt com-certs.pem $(helpfiles)
nobase_dist_doc_DATA = FAQ DETAILS HACKING TRANSLATE OpenPGP KEYSERVER \
- $(examples)
+ $(examples)
gnupg_TEXINFOS = \
@@ -128,14 +128,13 @@ gnupg.texi : $(gnupg_TEXINFOS)
online: gnupg.html gnupg.pdf
set -e; \
echo "Uploading current manuals to www.gnupg.org ..."; \
- cp gnupg-logo.png gnupg.html/; \
+ cp $(srcdir)/gnupg-logo.png gnupg.html/; \
user=werner ; dashdevel="" ; \
- if echo "@PACKAGE_VERSION@" | grep -- "-svn" >/dev/null; then \
+ if echo "@PACKAGE_VERSION@" | grep -- "-git" >/dev/null; then \
dashdevel="-devel" ; \
else \
rsync -v gnupg.pdf $${user}@cvs.gnupg.org:webspace/manuals/ ; \
fi ; \
cd gnupg.html ; \
rsync -vr --exclude='.svn' . \
- $${user}@cvs.gnupg.org:webspace/manuals/gnupg$${dashdevel}/
-
+ $${user}@cvs.gnupg.org:webspace/manuals/gnupg$${dashdevel}/