[Gnucash-changes] r12247 - gnucash/trunk - automate replacing po/POTFILES.in and remove POTFILES.in from svn

Neil Williams codehelp at cvs.gnucash.org
Tue Jan 3 14:26:46 EST 2006


Author: codehelp
Date: 2006-01-03 14:26:45 -0500 (Tue, 03 Jan 2006)
New Revision: 12247
Trac: http://svn.gnucash.org/trac/changeset/12247

Modified:
   gnucash/trunk/Makefile.am
   gnucash/trunk/po/
Log:
automate replacing po/POTFILES.in and remove POTFILES.in from svn

Modified: gnucash/trunk/Makefile.am
===================================================================
--- gnucash/trunk/Makefile.am	2006-01-03 18:04:34 UTC (rev 12246)
+++ gnucash/trunk/Makefile.am	2006-01-03 19:26:45 UTC (rev 12247)
@@ -162,13 +162,18 @@
 libtool: $(LIBTOOL_DEPS)
 	$(SHELL) ./config.status --recheck
 
-pot:
+buildpo : make-gnucash-potfiles Makefile
+	${top_srcdir}/make-gnucash-potfiles > po/POTFILES.in
+
+pot: buildpo
 	rm -f intl-scm/guile-strings.c
 	make -C intl-scm
-	${top_srcdir}/make-gnucash-potfiles > po/POTFILES.in
 	rm -f po/$(PACKAGE).pot
 	make -C po $(PACKAGE).pot
 
+pot_DATA=buildpo
+potdir=po
+
 SVN = svn
 XSLTPROC = xsltproc
 ChangeLog.svn:


Property changes on: gnucash/trunk/po
___________________________________________________________________
Name: svn:ignore
   - .intltool-merge-cache
.pot
*.gmo
*.header
*.mo
*.pox
*.sed
*.sin
ChangeLog
Makefile
Makefile.in
Makefile.in.in
Makevars.template
POTFILES
Rules-quot
gnucash.pot
messages
stamp-po
   + .intltool-merge-cache
.pot
*.gmo
*.header
*.mo
*.pox
*.sed
*.sin
ChangeLog
Makefile
Makefile.in
Makefile.in.in
Makevars.template
POTFILES
Rules-quot
gnucash.pot
messages
stamp-po
POTFILES.in




More information about the gnucash-changes mailing list