Added target "online".

This commit is contained in:
Werner Koch 2007-06-29 14:41:35 +00:00
parent b240231ce3
commit 4daa6aa2c9
3 changed files with 14 additions and 1 deletions

View File

@ -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

View File

@ -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/

View File

@ -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"