[Gnucash-changes] r14092 - mail-search/trunk - define $home, too.

Joshua Sled jsled at cvs.gnucash.org
Tue May 16 22:36:56 EDT 2006


Author: jsled
Date: 2006-05-16 22:36:55 -0400 (Tue, 16 May 2006)
New Revision: 14092
Trac: http://svn.gnucash.org/trac/changeset/14092

Modified:
   mail-search/trunk/Makefile
Log:
define $home, too.


Modified: mail-search/trunk/Makefile
===================================================================
--- mail-search/trunk/Makefile	2006-05-17 02:35:53 UTC (rev 14091)
+++ mail-search/trunk/Makefile	2006-05-17 02:36:55 UTC (rev 14092)
@@ -2,4 +2,4 @@
 .PHONY: nmz-templates
 
 nmz-templates: templates/NMZ.head.php_tmpl
-	( echo '<?php $$top_dir = "http://www.gnucash.org/beta"; ?>'; cat templates/NMZ.head.php_tmpl ) | php > templates/NMZ.head
+	( echo '<?php $$top_dir = "http://www.gnucash.org/beta"; $$home = $$top_dir; ?>'; cat templates/NMZ.head.php_tmpl ) | php > templates/NMZ.head



More information about the gnucash-changes mailing list