changeset 2655:db02f07279b2 octave-forge

M4_OPTIONS in build of developers.html
author adb014
date Tue, 10 Oct 2006 00:21:24 +0000
parents 31a777fe25d0
children b14973975fb0
files www/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/www/Makefile	Mon Oct 09 23:23:07 2006 +0000
+++ b/www/Makefile	Tue Oct 10 00:21:24 2006 +0000
@@ -17,7 +17,7 @@
 	wd=`pwd`
 	cd .. && ./admin/get_contents
 	cd $(wd)
-	$(M4) $(MACRO_FILE) developers.in > developers.html
+	$(M4) $(M4_OPTIONS) $(MACRO_FILE) developers.in > developers.html
 
 doc:
 	wd=`pwd`