1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Some restructuring

This commit is contained in:
Werner Koch 2006-09-19 16:25:51 +00:00
parent 049ea8b689
commit d65ca06a29
4 changed files with 775 additions and 731 deletions

View file

@ -1,3 +1,9 @@
2006-09-19 Werner Koch <wk@g10code.com>
* gpg.texi: Some restructuring.
* Makefile.am (online): New target.
2006-09-18 Werner Koch <wk@g10code.com>
* com-certs.pem: New.

View file

@ -125,3 +125,12 @@ $(myman_pages) : yat2m-stamp
fi; \
fi
online: gnupg.html gnupg.pdf
set -e; \
echo "Uploading current manuals to www.gnupg.org ..."; \
user=werner ; \
(cd gnupg.html && rsync -vr --exclude='.svn' . \
$${user}@cvs.gnupg.org:webspace/manuals/gnupg/ ); \
rsync -v gnupg.pdf $${user}@cvs.gnupg.org:webspace/manuals/

File diff suppressed because it is too large Load diff