mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-09 12:54:23 +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
|
online: gnupg.html gnupg.pdf
|
||||||
set -e; \
|
set -e; \
|
||||||
echo "Uploading current manuals to www.gnupg.org ..."; \
|
echo "Uploading current manuals to www.gnupg.org ..."; \
|
||||||
cp gnupg-logo.png gnupg.html/; \
|
cp $(srcdir)/gnupg-logo.png gnupg.html/; \
|
||||||
user=werner ; dashdevel="" ; \
|
user=werner ; dashdevel="" ; \
|
||||||
if echo "@PACKAGE_VERSION@" | grep -- "-svn" >/dev/null; then \
|
if echo "@PACKAGE_VERSION@" | grep -- "-git" >/dev/null; then \
|
||||||
dashdevel="-devel" ; \
|
dashdevel="-devel" ; \
|
||||||
else \
|
else \
|
||||||
rsync -v gnupg.pdf $${user}@cvs.gnupg.org:webspace/manuals/ ; \
|
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.html $${user}@ftp.gnupg.org:webspace/manuals/GnuPG-FAQ.html ; \
|
||||||
scp faq.txt $${user}@ftp.gnupg.org:gcrypt/gnupg/GnuPG-FAQ.txt ; \
|
scp faq.txt $${user}@ftp.gnupg.org:gcrypt/gnupg/GnuPG-FAQ.txt ; \
|
||||||
echo "...ready"
|
echo "...ready"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user