From: Graham Percival <graham@percival-music.ca>
Date: Sat, 26 Sep 2009 13:27:58 +0000 (+0100)
Subject: Doc build: make lilypond-general.info a normal manual.
X-Git-Tag: release/2.13.5-0~38
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=96548f2aecaa60383775489f53ec36a9a895f5ce;p=lilypond.git

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.
---

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