From 8dd3f840e3bc6d69f6f00eb4d5cf514da6a82dcd Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 2 Jan 2008 01:52:12 -0200 Subject: [PATCH] Thinko: restore accidental deletion. --- input/lsr/GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/input/lsr/GNUmakefile b/input/lsr/GNUmakefile index ba075019aa..aae334bda0 100644 --- a/input/lsr/GNUmakefile +++ b/input/lsr/GNUmakefile @@ -17,6 +17,7 @@ $(outdir)/%.itely: %-intro.itely %.snippet-list $(outdir)/snippets.texi: snippets.tely $(GENERATED_ITELY_FILES) $(PYTHON) $(LILYPOND_BOOK) $(LILYPOND_BOOK_INCLUDES) --process='$(LILYPOND_BINARY) $(LILYPOND_BOOK_INCLUDES)' --output=$(outdir) --format=$(LILYPOND_BOOK_FORMAT) $(LILYPOND_BOOK_FLAGS) $< +$(outdir)/snippets-big-page.html: $(outdir)/snippets.texi $(OUT_PNG_IMAGES) $(MAKEINFO) -I$(outdir) --output=$@ --css-include=$(top-src-dir)/Documentation/texinfo.css --html --no-split --no-headers $< $(outdir)/snippets/index.html: $(outdir)/snippets.texi $(OUT_PNG_IMAGES) $(OUT_EPS_IMAGES) -- 2.39.5