[Gnucash-changes] r14090 - mail-search/trunk - try faking top_dir for a bit...

Joshua Sled jsled at cvs.gnucash.org
Tue May 16 22:33:25 EDT 2006


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

Modified:
   mail-search/trunk/Makefile
Log:
try faking top_dir for a bit...


Modified: mail-search/trunk/Makefile
===================================================================
--- mail-search/trunk/Makefile	2006-05-17 02:30:28 UTC (rev 14089)
+++ mail-search/trunk/Makefile	2006-05-17 02:33:25 UTC (rev 14090)
@@ -2,4 +2,4 @@
 .PHONY: nmz-templates
 
 nmz-templates: templates/NMZ.head.php_tmpl
-	( echo '<?php $$top_dir = "."; ?>'; cat templates/NMZ.head.php_tmpl ) | php > templates/NMZ.head
+	( echo '<?php $$top_dir = "http://www.gnucash.org/beta"; ?>'; cat templates/NMZ.head.php_tmpl ) | php > templates/NMZ.head



More information about the gnucash-changes mailing list