From 96548f2aecaa60383775489f53ec36a9a895f5ce Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sat, 26 Sep 2009 14:27:58 +0100 Subject: [PATCH] Doc build: make lilypond-general.info a normal manual. This should mean that "info lilypond" will now find the man page equivalent, as defined in notation.itely. --- Documentation/GNUmakefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index da6fbc3c90..8c324a46ff 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -73,7 +73,8 @@ OUT_HTML_FILES += $(HTML_PAGE_NAMES:%=$(outdir)/%.html) MAIN_INFO_DOC = lilypond-notation INFO_DOCS = lilypond-application lilypond-changes lilypond-contributor lilypond-internals \ - lilypond-essay lilypond-learning lilypond-notation music-glossary lilypond + lilypond-essay lilypond-learning lilypond-notation music-glossary \ + lilypond-general ifeq ($(out),www) INFO_DOCS += lilypond-snippets endif @@ -143,9 +144,6 @@ endif $(outdir)/lilypond-%.info: $(outdir)/%.texi $(outdir)/$(INFO_IMAGES_DIR).info-images-dir-dep $(outdir)/version.itexi $(MAKEINFO) -I$(src-dir) -I$(outdir) --output=$@ $< -$(outdir)/lilypond.info: $(src-dir)/general.texi $(outdir)/$(INFO_IMAGES_DIR).info-images-dir-dep $(outdir)/version.itexi - $(MAKEINFO) -I$(src-dir) -I$(outdir) --output=$@ $< - # cd $(outdir) rule gets bit hairy for --srcdir configure builds txt-to-html: $(foreach a, $(README_TOP_FILES), cp $(top-src-dir)/$(a) $(outdir)/$(a).txt && ) true -- 2.39.5