Added target "online".
This commit is contained in:
parent
b240231ce3
commit
4daa6aa2c9
@ -2,6 +2,10 @@
|
||||
|
||||
* gpgme.texi (Advanced Key Editing): New section.
|
||||
|
||||
2007-05-21 Werner Koch <wk@g10code.com>
|
||||
|
||||
* Makefile.am (online): New target.
|
||||
|
||||
2007-05-18 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* gpgme.texi (Error Strings): Fix documentation of
|
||||
|
@ -23,3 +23,12 @@ DISTCLEANFILES = gpgme.tmp
|
||||
|
||||
info_TEXINFOS = gpgme.texi
|
||||
gpgme_TEXINFOS = lesser.texi
|
||||
|
||||
online: gpgme.html gpgme.pdf
|
||||
set -e; \
|
||||
echo "Uploading current manuals to www.gnupg.org ..."; \
|
||||
user=werner ; \
|
||||
(cd gpgme.html && rsync -vr --exclude='.svn' . \
|
||||
$${user}@cvs.gnupg.org:webspace/manuals/gpgme/ ); \
|
||||
rsync -v gpgme.pdf $${user}@cvs.gnupg.org:webspace/manuals/
|
||||
|
||||
|
@ -72,7 +72,7 @@ extern "C" {
|
||||
AM_PATH_GPGME macro) check that this header matches the installed
|
||||
library. Warning: Do not edit the next line. configure will do
|
||||
that for you! */
|
||||
#define GPGME_VERSION "1.1.4"
|
||||
#define GPGME_VERSION "1.1.5-cvs1213"
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user