[Gnucash-changes] r12084 - gnucash/trunk - Add convenience makefile rule "make pot" for

Christian Stimming cstim at cvs.gnucash.org
Sat Dec 3 12:00:28 EST 2005


Author: cstim
Date: 2005-12-03 12:00:28 -0500 (Sat, 03 Dec 2005)
New Revision: 12084
Trac: http://svn.gnucash.org/trac/changeset/12084

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/Makefile.am
Log:
Add convenience makefile rule "make pot" for
updating the translation template. Rename the rule for
auto-generation of ChangeLog.svn from svn to "ChangeLog.svn".


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2005-12-03 16:40:30 UTC (rev 12083)
+++ gnucash/trunk/ChangeLog	2005-12-03 17:00:28 UTC (rev 12084)
@@ -1,3 +1,9 @@
+2005-12-03  Christian Stimming  <stimming at tuhh.de>
+
+	* Makefile.am: Add convenience makefile rule "make pot" for
+	updating the translation template. Rename the rule for
+	auto-generation of ChangeLog.svn from svn to "ChangeLog.svn".
+
 2005-12-03  Joshua Sled  <jsled at asynchronous.org>
 
 	* GNOME2_STATUS: remove GOG-porting notes, spelling fixes.

Modified: gnucash/trunk/Makefile.am
===================================================================
--- gnucash/trunk/Makefile.am	2005-12-03 16:40:30 UTC (rev 12083)
+++ gnucash/trunk/Makefile.am	2005-12-03 17:00:28 UTC (rev 12084)
@@ -152,7 +152,15 @@
 libtool: $(LIBTOOL_DEPS)
 	$(SHELL) ./config.status --recheck
 
-ChangeLog:
-	svn log -v --xml -r HEAD:11782 http://svn.gnucash.org/repo/gnucash | \
-  xsltproc --stringparam strip-prefix "gnucash" \
-  --stringparam include-rev "yes" ./macros/svn2cl.xsl - > ./ChangeLog.svn
+pot:
+	rm -f intl-scm/guile-strings.c
+	make -C intl-scm
+	rm -f po/$(PACKAGE).pot
+	make -C po $(PACKAGE).pot
+
+SVN = svn
+XSLTPROC = xsltproc
+ChangeLog.svn:
+	$(SVN) log -v --xml -r HEAD:11782 http://svn.gnucash.org/repo/gnucash | \
+	  $(XSLTPROC) --stringparam strip-prefix "gnucash" \
+	  --stringparam include-rev "yes" $(srcdir)/macros/svn2cl.xsl - > $@



More information about the gnucash-changes mailing list