From: Jan Nieuwenhuizen Date: Sat, 25 Nov 2006 18:59:41 +0000 (+0100) Subject: Add content-negotiation switch using make variable CONTENT_NEGOTIATION. X-Git-Tag: release/2.11.2-1~19 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5d1c89abaef8becd70b4b15e5302474300517530;p=lilypond.git Add content-negotiation switch using make variable CONTENT_NEGOTIATION. On by default. Should be zero'd for doc ball builds. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 961065d9c6..85ce62d984 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -82,7 +82,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'