mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-04 20:38:50 +01:00
doc: Allow uploading of a 2.0 manual
--
This commit is contained in:
parent
0a88cd186f
commit
6aa065076f
@ -140,8 +140,8 @@ online: gnupg.html gnupg.pdf
|
|||||||
if echo "@PACKAGE_VERSION@" | grep -- "-git" >/dev/null; then \
|
if echo "@PACKAGE_VERSION@" | grep -- "-git" >/dev/null; then \
|
||||||
dashdevel="-devel" ; \
|
dashdevel="-devel" ; \
|
||||||
else \
|
else \
|
||||||
rsync -v gnupg.pdf $${user}@$${webhost}:webspace/manuals/ ; \
|
scp gnupg.pdf $${user}@$${webhost}:webspace/manuals/gnupg-2.0.pdf ; \
|
||||||
fi ; \
|
fi ; \
|
||||||
cd gnupg.html ; \
|
cd gnupg.html ; \
|
||||||
rsync -vr --exclude='.git' . \
|
rsync -vr --exclude='.git' . \
|
||||||
$${user}@$${webhost}:webspace/manuals/gnupg$${dashdevel}/
|
$${user}@$${webhost}:webspace/manuals/gnupg-2.0$${dashdevel}/
|
||||||
|
Loading…
Reference in New Issue
Block a user