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

3
TODO
View File

@ -119,4 +119,5 @@ might want to have an agent context for each service request
* Extend selinux support to other modules
* Missing dependencies on libcommon.
parallel builds fail.

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