Added target "online".
authorWerner Koch <wk@gnupg.org>
Fri, 29 Jun 2007 14:41:35 +0000 (14:41 +0000)
committerWerner Koch <wk@gnupg.org>
Fri, 29 Jun 2007 14:41:35 +0000 (14:41 +0000)
doc/ChangeLog
doc/Makefile.am
gpgme/gpgme.h

index 94625148eac7ca97511fbe6ff536e49a08dfc6cf..2b5f50014c28f9cdba09a86e28318738369cfe55 100644 (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
index c5aeb2f4263d84ad6015914cd46db0bb5cbc9a49..5d2d54c5a436e017e85b4ac28f518e8407abb30b 100644 (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/
+
index b8aa9e291871cd1481fc5e0cdd34e57009e4dc4e..a2086400ec950a6977910381f2544bb2cec686d5 100644 (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"
 
 
 \f