aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2007-06-29 14:41:35 +0000
committerWerner Koch <[email protected]>2007-06-29 14:41:35 +0000
commit4daa6aa2c976e74e931e8869fa71668c0d2764e2 (patch)
tree81bd82d9d63d0063042095a9248219522a0bb00c
parent2007-06-05 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-4daa6aa2c976e74e931e8869fa71668c0d2764e2.tar.gz
gpgme-4daa6aa2c976e74e931e8869fa71668c0d2764e2.zip
Added target "online".
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/Makefile.am9
-rw-r--r--gpgme/gpgme.h2
3 files changed, 14 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 94625148..2b5f5001 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -2,6 +2,10 @@
* gpgme.texi (Advanced Key Editing): New section.
+2007-05-21 Werner Koch <[email protected]>
+
+ * Makefile.am (online): New target.
+
2007-05-18 Marcus Brinkmann <[email protected]>
* gpgme.texi (Error Strings): Fix documentation of
diff --git a/doc/Makefile.am b/doc/Makefile.am
index c5aeb2f4..5d2d54c5 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -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/
+
diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h
index b8aa9e29..a2086400 100644
--- a/gpgme/gpgme.h
+++ b/gpgme/gpgme.h
@@ -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"