[Gnucash-changes] r12251 - gnucash/trunk - fix Mac OSX problems with buildpo target

Neil Williams codehelp at cvs.gnucash.org
Tue Jan 3 17:22:09 EST 2006


Author: codehelp
Date: 2006-01-03 17:22:08 -0500 (Tue, 03 Jan 2006)
New Revision: 12251
Trac: http://svn.gnucash.org/trac/changeset/12251

Modified:
   gnucash/trunk/Makefile.am
Log:
fix Mac OSX problems with buildpo target

Modified: gnucash/trunk/Makefile.am
===================================================================
--- gnucash/trunk/Makefile.am	2006-01-03 22:01:38 UTC (rev 12250)
+++ gnucash/trunk/Makefile.am	2006-01-03 22:22:08 UTC (rev 12251)
@@ -93,8 +93,8 @@
             -e 's:@-PERL-@:${PERL}:g'
 	chmod +x $@.tmp
 	mv $@.tmp $@
+	./make-gnucash-potfiles > ./po/POTFILES.in
 
-
 .goffice-links: 
 	rm -f goffice
 if !HAVE_GOFFICE
@@ -116,10 +116,10 @@
 
 if GNC_ETAGS_FILE
 
+# make sure etags.files is up to date.
+# and use the contents of etags.files to re-make TAGS if needed.
 etags:
-        # make sure etags.files is up to date.
 	${MAKE} -f Makefile.TAGS etags.files
-        # now use the contents of etags.files to re-make TAGS if needed.
 	${MAKE} -f Makefile.TAGS TAGS
 
 else
@@ -131,10 +131,10 @@
 
 if GNC_CTAGS_FILE
 
+# make sure etags.files is up to date.
+# and use the contents of etags.files to re-make TAGS if needed.
 ctags:
-        # make sure etags.files is up to date.
 	${MAKE} -f Makefile.TAGS etags.files
-        # now use the contents of etags.files to re-make TAGS if needed.
 	${MAKE} -f Makefile.TAGS tags
 
 else
@@ -162,10 +162,7 @@
 libtool: $(LIBTOOL_DEPS)
 	$(SHELL) ./config.status --recheck
 
-buildpo : make-gnucash-potfiles Makefile
-	${top_srcdir}/make-gnucash-potfiles > po/POTFILES.in
-
-pot: buildpo
+pot: Makefile
 	rm -f intl-scm/guile-strings.c
 	make -C intl-scm
 	rm -f po/$(PACKAGE).pot



More information about the gnucash-changes mailing list