From 915ab139df8d68b150bc90f27b6ab04405cf9f48 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 13 Aug 2009 22:04:02 -0700 Subject: [PATCH] Ugly build fix for literature list in essay dir. Yes, this leaves the literature index un-built, but it was previously not being built anyway, and in a way that stopped the rest of the docs from building. This is at least a step in the right direction. --- Documentation/essay/GNUmakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/essay/GNUmakefile b/Documentation/essay/GNUmakefile index ef207fed8e..e88870f1a1 100644 --- a/Documentation/essay/GNUmakefile +++ b/Documentation/essay/GNUmakefile @@ -19,7 +19,9 @@ GENHTMLS = engraving colorado computer-notation OUTGENHTMLS = $(addprefix $(outdir)/, $(GENHTMLS:%=%.html)) ifeq ($(out),www) -local-WWW-2: $(addprefix $(outdir)/, $(BIB_FILES:.bib=.html) index.html) +# temporary build fix; we don't know yet what's happening +# to the literature index. -gp +# local-WWW-2: $(addprefix $(outdir)/, $(BIB_FILES:.bib=.html) lit-index.html) endif $(outdir)/%.bib: %.bib -- 2.39.5