mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Fix doc/Makefile target online
This commit is contained in:
parent
00f8b68505
commit
2165925bae
@ -129,9 +129,9 @@ 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/ ; \
|
||||
@ -160,4 +160,3 @@ faq-online: faq.txt faq.html
|
||||
scp faq.html $${user}@ftp.gnupg.org:webspace/manuals/GnuPG-FAQ.html ; \
|
||||
scp faq.txt $${user}@ftp.gnupg.org:gcrypt/gnupg/GnuPG-FAQ.txt ; \
|
||||
echo "...ready"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user