]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add content-negotiation switch using make variable CONTENT_NEGOTIATION.
authorJan Nieuwenhuizen <janneke@gnu.org>
Sat, 25 Nov 2006 18:59:41 +0000 (19:59 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 11 Dec 2006 14:39:49 +0000 (15:39 +0100)
On by default.  Should be zero'd for doc ball builds.

GNUmakefile.in

index 677d33ec876ae7e29da2edc5df35b23e893a23b3..15371c050659b8227222bda18f4f6f0949b01c8c 100644 (file)
@@ -75,7 +75,9 @@ final-install:
 
 web-ext = html midi pdf png txt ly signature
 
-footify = $(PYTHON) $(step-bindir)/add-html-footer.py  --name $(PACKAGE_NAME) --version $(TOPLEVEL_VERSION)
+# For docball, issue `make web CONTENT_NEGOTIATION='
+CONTENT_NEGOTIATION = --content-negotiation
+footify = $(PYTHON) $(step-bindir)/add-html-footer.py --name $(PACKAGE_NAME) --version $(TOPLEVEL_VERSION) $(CONTENT_NEGOTIATION)
 footifymail = MAILADDRESS='http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs'