diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |