From: Graham Percival Date: Tue, 25 Aug 2009 06:07:28 +0000 (+0100) Subject: Doc build: remove some false idiosyncracities. X-Git-Tag: release/2.13.4-1~139^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7341c320c58986ec1c7ea2a1064fa8be2d4e3f2f;p=lilypond.git Doc build: remove some false idiosyncracities. The essay should be built just like any other documentation, and we do want general as one-big-page.html. (the question came up on -devel in July, and at least two people were horrified at the notion that we weren't planning on making a big-page version. *shrug* ) --- diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index 0384e4c64a..f62631f4d5 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -90,11 +90,6 @@ include $(depth)/make/stepmake.make OUT_TXT_FILES = $(addprefix $(outdir)/, $(addsuffix .txt, $(README_TOP_FILES))) ### Web site idiosyncrases -## No big page -OUT_HTML_FILES := $(subst $(outdir)/general-big-page.html,,$(OUT_HTML_FILES)) - -$(outdir)/essay/index.html: TEXI2HTML_INIT = $(WEB_TEXI2HTML_INIT) -D=shallow_toc -$(outdir)/essay/index.html: TEXI2HTML_SPLIT = $(WEB_TEXI2HTML_SPLIT) $(outdir)/general/index.html: TEXI2HTML_INIT = $(WEB_TEXI2HTML_INIT) $(outdir)/general/index.html: TEXI2HTML_SPLIT = $(WEB_TEXI2HTML_SPLIT)