From 63e50262a6bc2e77edebe40f380dbf8ca9a73cd9 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sat, 25 Nov 2006 19:59:41 +0100 Subject: [PATCH] Add content-negotiation switch using make variable CONTENT_NEGOTIATION. On by default. Should be zero'd for doc ball builds. --- GNUmakefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 677d33ec87..15371c0506 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -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' -- 2.39.5