mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Some restructuring
This commit is contained in:
parent
049ea8b689
commit
d65ca06a29
4 changed files with 775 additions and 731 deletions
|
@ -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.
|
||||
|
|
|
@ -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/
|
||||
|
||||
|
|
1488
doc/gpg.texi
1488
doc/gpg.texi
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue