]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc build: make lilypond-general.info a normal manual.
authorGraham Percival <graham@percival-music.ca>
Sat, 26 Sep 2009 13:27:58 +0000 (14:27 +0100)
committerGraham Percival <graham@percival-music.ca>
Sat, 26 Sep 2009 13:27:58 +0000 (14:27 +0100)
This should mean that "info lilypond" will now find the man page
equivalent, as defined in notation.itely.

Documentation/GNUmakefile

index da6fbc3c9039906986188f7db4294442556a16be..8c324a46ff0d6ee8c23e3bb73dd19a14e2614a29 100644 (file)
@@ -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