r18461 - htdocs/trunk - Fix 'make pot' warning (reorder find options)

Geert Janssens gjanssens at code.gnucash.org
Thu Dec 3 18:53:51 EST 2009


Author: gjanssens
Date: 2009-12-03 18:53:50 -0500 (Thu, 03 Dec 2009)
New Revision: 18461
Trac: http://svn.gnucash.org/trac/changeset/18461

Modified:
   htdocs/trunk/Makefile
Log:
Fix 'make pot' warning (reorder find options)

Modified: htdocs/trunk/Makefile
===================================================================
--- htdocs/trunk/Makefile	2009-12-03 21:12:42 UTC (rev 18460)
+++ htdocs/trunk/Makefile	2009-12-03 23:53:50 UTC (rev 18461)
@@ -4,7 +4,7 @@
 pot: po/POTFILES po/gnucash-htdocs.pot
 
 po/POTFILES: .potfiles
-	( find . -type f -name '*.php' -o -name '*.phtml' -maxdepth 1; find externals -name '*.phtml'; find search/templates -name '*.php_tmpl'; ) > po/POTFILES
+	( find . -maxdepth 1 -type f -name '*.php' -o -name '*.phtml'; find externals -name '*.phtml'; find search/templates -name '*.php_tmpl'; ) > po/POTFILES
 
 .potfiles:
 



More information about the gnucash-changes mailing list