[svn] gpgme - r1218 - in trunk: doc gpgme

svn author wk cvs at cvs.gnupg.org
Fri Jun 29 16:42:05 CEST 2007


Author: wk
Date: 2007-06-29 16:41:35 +0200 (Fri, 29 Jun 2007)
New Revision: 1218

Modified:
   trunk/doc/ChangeLog
   trunk/doc/Makefile.am
   trunk/gpgme/gpgme.h
Log:
Added target "online".


Modified: trunk/doc/ChangeLog
===================================================================
--- trunk/doc/ChangeLog	2007-06-05 14:47:18 UTC (rev 1217)
+++ trunk/doc/ChangeLog	2007-06-29 14:41:35 UTC (rev 1218)
@@ -2,6 +2,10 @@
 
 	* gpgme.texi (Advanced Key Editing): New section.
 
+2007-05-21  Werner Koch  <wk at g10code.com>
+
+	* Makefile.am (online): New target.
+
 2007-05-18  Marcus Brinkmann  <marcus at g10code.de>
 
 	* gpgme.texi (Error Strings): Fix documentation of

Modified: trunk/doc/Makefile.am
===================================================================
--- trunk/doc/Makefile.am	2007-06-05 14:47:18 UTC (rev 1217)
+++ trunk/doc/Makefile.am	2007-06-29 14:41:35 UTC (rev 1218)
@@ -23,3 +23,12 @@
 
 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/
+

Modified: trunk/gpgme/gpgme.h
===================================================================
--- trunk/gpgme/gpgme.h	2007-06-05 14:47:18 UTC (rev 1217)
+++ trunk/gpgme/gpgme.h	2007-06-29 14:41:35 UTC (rev 1218)
@@ -72,7 +72,7 @@
    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"
 
 
 




More information about the Gnupg-commits mailing list