]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add topdocs/INSTALL that includes install.itely. Fixes distribution
authorJan Nieuwenhuizen <janneke@gnu.org>
Wed, 15 Aug 2007 08:41:19 +0000 (10:41 +0200)
committerJan Nieuwenhuizen <janneke@gnu.org>
Wed, 15 Aug 2007 08:41:19 +0000 (10:41 +0200)
of toplevel INSTALL instructions.

Documentation/topdocs/GNUmakefile
Documentation/user/install.itely
GNUmakefile.in
make/doclang-targets.make
stepmake/stepmake/texinfo-vars.make

index 47938ee18292cf02ed564b6efa1ebfafb5f86f52..548636fdf5bf53f85d9d74c7ea3a1ee7525024ab 100644 (file)
@@ -7,6 +7,8 @@ HTML_FILES=$(TEXI_FILES:%.texi=$(outdir)/%.html) $(TELY_FILES:%.tely=$(outdir)/%
 PDF_FILES=$(outdir)/NEWS.pdf
 include $(depth)/make/stepmake.make
 
+MAKEINFO_FLAGS += -I $(top-src-dir)/Documentation/user
+
 ifneq ($(out),www)
 LILYPOND_BINARY='true'
 endif
index 316dc596b409faf38e28c013d29457c2f97c07f5..107a09f4436f1ccc3104e4f1471d6627b6bfa467 100644 (file)
@@ -7,10 +7,6 @@
     version that you are working on.  See TRANSLATION for details.
 @end ignore
 
-@c was "INSTALL - compiling and installing GNU LilyPond"
-@node Install
-@chapter Install
-
 @c  I don't know what this comment does.  Remove?  -gp
 @ignore
 @h tml
index f4c6073c453f7f3d0ac83536ed85486f4dd1eab6..5e49a0c80387010a73f4ca73f96f4c38b49e374c 100644 (file)
@@ -18,7 +18,7 @@ documentation-dir=$(if $(findstring no,$(DOCUMENTATION)),,Documentation)
 
 SCRIPTS = configure autogen.sh 
 README_FILES = COPYING DEDICATION ROADMAP THANKS HACKING
-TOPDOC_FILES = AUTHORS README NEWS
+TOPDOC_FILES = AUTHORS INSTALL README NEWS
 TOPDOC_TXT_FILES = $(addprefix $(top-build-dir)/Documentation/topdocs/$(outdir)/,$(addsuffix .txt,$(TOPDOC_FILES)))
 IN_FILES := $(call src-wildcard,*.in)
 
index 766046901ac35d2a021f0952d6e47d118c2ff888..7e9b7ed74089328eeb1f5c6b79ed45071321497a 100644 (file)
@@ -12,7 +12,7 @@ default:
 
 $(outdir)/%.nexi: $(ITELY_FILES) $(ITEXI_FILES)
 
-MAKEINFO = LANG= $(MAKEINFO_PROGRAM) --enable-encoding --force
+MAKEINFO_FLAGS += --force
 
 $(outdir)/%/index.html: $(outdir)/%.nexi $(outdir)/user-ln doc-po
        mkdir -p $(dir $@)
index 30451cef6f9eb954f774c6865d43ebb36e35926d..534e591ae42a844baecd28e7e1131b038a0b57a2 100644 (file)
@@ -11,7 +11,8 @@ GENERATE_OMF = $(PYTHON) $(buildscript-dir)/texi2omf.py --format $(1) --location
 
 TEXINFO_PAPERSIZE_OPTION= $(if $(findstring $(PAPERSIZE),a4),,-t @afourpaper)
 
-MAKEINFO = LANG= $(MAKEINFO_PROGRAM)  --enable-encoding
+MAKEINFO_FLAGS = --enable-encoding
+MAKEINFO = LANG= $(MAKEINFO_PROGRAM) $(MAKEINFO_FLAGS)
 
 
 # info stuff