[Gnucash-changes] r14262 - htdocs/trunk - Clean up the makefile a
little (and test the post-commit script).
Derek Atkins
warlord at cvs.gnucash.org
Tue May 30 17:22:28 EDT 2006
Author: warlord
Date: 2006-05-30 17:22:28 -0400 (Tue, 30 May 2006)
New Revision: 14262
Trac: http://svn.gnucash.org/trac/changeset/14262
Modified:
htdocs/trunk/Makefile
Log:
Clean up the makefile a little (and test the post-commit script).
Modified: htdocs/trunk/Makefile
===================================================================
--- htdocs/trunk/Makefile 2006-05-30 21:19:04 UTC (rev 14261)
+++ htdocs/trunk/Makefile 2006-05-30 21:22:28 UTC (rev 14262)
@@ -54,7 +54,10 @@
# add when we have utf-8 translations: iconv -f UTF-8 -t ISO8859-1
nmz.onefile:
- ( echo '<?php ; include("$(LOCALFILE)"); $$home = "$(URL)/$$lang_dir"; ?>'; cat $(TMPLBASE)$(FILE).php_tmpl ) | php | tail +5 > $(TMPLBASE)$(FILE)$(FILETAIL)
+ ( echo '<?php include("$(LOCALFILE)"); ' ; \
+ echo '$$home = "$(URL)/$$lang_dir"; ?>'; \
+ cat $(TMPLBASE)$(FILE).php_tmpl ) | php | tail +5 > \
+ $(TMPLBASE)$(FILE)$(FILETAIL)
nmz.lang:
$(MAKE) nmz.onefile FILE=head
More information about the gnucash-changes
mailing list