summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-04-05 21:20:16 +0200
committerJonas Smedegaard <dr@jones.dk>2017-04-05 21:20:16 +0200
commit2fa8c1dee662666f35e1328ebf6400045e3226d6 (patch)
tree396922b5b01d278d85834243583b7d5b5de33e58
parentd6247a7a42eba820d4f5a3af22fff490c2dc8bf3 (diff)
Set FORMBUILDER_NOHEADER when dumping form.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9cb0aa6..defa10c 100644
--- a/Makefile
+++ b/Makefile
@@ -61,6 +61,6 @@ build:
perl -i -pe "s:'../build/:'$(CURDIR)/build/:g" 'build/forms/$(path)';\
$(foreach htmlstempath,$(path:%.cgi=build/html/%),\
$(if $(wildcard $(htmlstempath).tmpl),,cp $(htmlstempath).html $(htmlstempath).tmpl;)\
- 'build/forms/$(path)' > $(htmlstempath).html))
+ FORMBUILDER_NOHEADER=1 'build/forms/$(path)' > $(htmlstempath).html))
.PHONY: all build configfiles