[Gnucash-changes] r14108 - mail-search/trunk - fix topdir for xlated

Joshua Sled jsled at cvs.gnucash.org
Wed May 17 20:11:16 EDT 2006


Author: jsled
Date: 2006-05-17 20:11:15 -0400 (Wed, 17 May 2006)
New Revision: 14108
Trac: http://svn.gnucash.org/trac/changeset/14108

Modified:
   mail-search/trunk/Makefile
Log:
fix topdir for xlated

Modified: mail-search/trunk/Makefile
===================================================================
--- mail-search/trunk/Makefile	2006-05-18 00:09:50 UTC (rev 14107)
+++ mail-search/trunk/Makefile	2006-05-18 00:11:15 UTC (rev 14108)
@@ -4,6 +4,6 @@
 	( echo '<?php $$locale = "en"; $$home = "http://www.gnucash.org/beta"; $$top_dir = "."; ?>'; 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 = \".\"; ?>"; \
+#		( 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