[Gnucash-changes] r14103 - mail-search/trunk - re-break variables for development convenience.

Joshua Sled jsled at cvs.gnucash.org
Wed May 17 19:42:25 EDT 2006


Author: jsled
Date: 2006-05-17 19:42:24 -0400 (Wed, 17 May 2006)
New Revision: 14103
Trac: http://svn.gnucash.org/trac/changeset/14103

Modified:
   mail-search/trunk/Makefile
Log:
re-break variables for development convenience.


Modified: mail-search/trunk/Makefile
===================================================================
--- mail-search/trunk/Makefile	2006-05-17 23:41:28 UTC (rev 14102)
+++ mail-search/trunk/Makefile	2006-05-17 23:42:24 UTC (rev 14103)
@@ -1,5 +1,9 @@
-
 .PHONY: nmz-templates
 
 nmz-templates: templates/NMZ.head.php_tmpl
-	( echo '<?php $$home = "http://www.gnucash.org/beta"; $$top_dir = "."; ?>'; cat templates/NMZ.head.php_tmpl ) | php > templates/NMZ.head
+	( echo '<?php $$locale = "en"; $$home = "http://www.gnucash.org/beta"; $$top_dir = "$$home"; ?>'; cat templates/NMZ.head.php_tmpl ) | php > templates/NMZ.head;
+
+#	for lang in de es fr ja nb pl; do \
+#		( echo "<?php \$$locale = \"$$lang\"; \$$home = \"http://www.gnucash.org/beta\"; \$$top_dir = \".\"; ?>"; \
+#		  cat templates/NMZ.head.php_tmpl) | php > templates/NMZ.head.xlated_$$lang; \
+#	done



More information about the gnucash-changes mailing list