]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc build: remove some false idiosyncracities.
authorGraham Percival <graham@percival-music.ca>
Tue, 25 Aug 2009 06:07:28 +0000 (07:07 +0100)
committerGraham Percival <graham@percival-music.ca>
Tue, 25 Aug 2009 06:28:40 +0000 (07:28 +0100)
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* )

Documentation/GNUmakefile

index 0384e4c64a3687aabd3aab90eb13cf655d8ce543..f62631f4d57b61e08fc06f50932b7427dbd1560f 100644 (file)
@@ -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)