[Gnucash-changes] r14101 - mail-search/trunk - correct variables.

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


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

Modified:
   mail-search/trunk/Makefile
Log:
correct variables.

Modified: mail-search/trunk/Makefile
===================================================================
--- mail-search/trunk/Makefile	2006-05-17 23:14:45 UTC (rev 14100)
+++ mail-search/trunk/Makefile	2006-05-17 23:19:27 UTC (rev 14101)
@@ -2,4 +2,4 @@
 .PHONY: nmz-templates
 
 nmz-templates: templates/NMZ.head.php_tmpl
-	( echo '<?php $$top_dir = "http://www.gnucash.org/beta"; $$home = $$top_dir; ?>'; cat templates/NMZ.head.php_tmpl ) | php > templates/NMZ.head
+	( echo '<?php $$home = "http://www.gnucash.org/beta"; $$top_dir = "."; ?>'; cat templates/NMZ.head.php_tmpl ) | php > templates/NMZ.head



More information about the gnucash-changes mailing list