From 7341c320c58986ec1c7ea2a1064fa8be2d4e3f2f Mon Sep 17 00:00:00 2001
From: Graham Percival <graham@percival-music.ca>
Date: Tue, 25 Aug 2009 07:07:28 +0100
Subject: [PATCH] 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* )
---
 Documentation/GNUmakefile | 5 -----
 1 file changed, 5 deletions(-)

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)
-- 
2.39.5