[Gnucash-changes] r14105 - mail-search/trunk - un-break paths, again. Hopefully for the last time. :)

Joshua Sled jsled at cvs.gnucash.org
Wed May 17 19:57:15 EDT 2006


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

Modified:
   mail-search/trunk/Makefile
Log:
un-break paths, again.  Hopefully for the last time. :)


Modified: mail-search/trunk/Makefile
===================================================================
--- mail-search/trunk/Makefile	2006-05-17 23:44:26 UTC (rev 14104)
+++ mail-search/trunk/Makefile	2006-05-17 23:57:15 UTC (rev 14105)
@@ -1,7 +1,7 @@
 .PHONY: nmz-templates
 
 nmz-templates: templates/NMZ.head.php_tmpl
-	( echo '<?php $$locale = "en"; $$home = "http://www.gnucash.org/beta"; $$top_dir = "$$home"; ?>'; cat templates/NMZ.head.php_tmpl ) | php > templates/NMZ.head;
+	( 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 = \".\"; ?>"; \



More information about the gnucash-changes mailing list