[Gnucash-changes] r13551 - gnucash/trunk - Add creation rules for po/gnucash.pot so that it can always be created for make dist.

Christian Stimming cstim at cvs.gnucash.org
Thu Mar 9 04:39:51 EST 2006


Author: cstim
Date: 2006-03-09 04:39:49 -0500 (Thu, 09 Mar 2006)
New Revision: 13551
Trac: http://svn.gnucash.org/trac/changeset/13551

Modified:
   gnucash/trunk/Makefile.am
Log:
Add creation rules for po/gnucash.pot so that it can always be created for make dist.

Modified: gnucash/trunk/Makefile.am
===================================================================
--- gnucash/trunk/Makefile.am	2006-03-09 06:08:02 UTC (rev 13550)
+++ gnucash/trunk/Makefile.am	2006-03-09 09:39:49 UTC (rev 13551)
@@ -190,6 +190,13 @@
 po/POTFILES.in: make-gnucash-potfiles .potfiles
 	./make-gnucash-potfiles > ./po/POTFILES.in
 
+# Creation rules so that po/gnucash.pot can always be created for
+# make dist.
+po/gnucash.pot: po/POTFILES.in intl-scm/guile-strings.c
+	${MAKE} -C po gnucash.pot
+intl-scm/guile-strings.c:
+	${MAKE} -C intl-scm guile-strings.c
+
 .potfiles:
 
 SVN = svn



More information about the gnucash-changes mailing list