1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-08 23:37:47 +02:00

doc: Allow uploading of a 2.0 manual

--
This commit is contained in:
Werner Koch 2015-09-08 17:39:46 +02:00
parent 0a88cd186f
commit 6aa065076f
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -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}/