From: Graham Percival Date: Fri, 14 Aug 2009 05:04:02 +0000 (-0700) Subject: Ugly build fix for literature list in essay dir. X-Git-Tag: release/2.13.4-1~179^2~74 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=915ab139df8d68b150bc90f27b6ab04405cf9f48;p=lilypond.git 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. --- 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