]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 24 May 2006 08:58:57 +0000 (08:58 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 24 May 2006 08:58:57 +0000 (08:58 +0000)
* stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
TEXI2DVI_FLAGS to texi2dvi invocation.

ChangeLog
Documentation/user/GNUmakefile
stepmake/stepmake/texinfo-rules.make

index 150ba926183c56430f97faf954397dc18beafb58..5ac267e67ebc19699b7936d268b41587c663d821 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-05-24  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E.
+
+       * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
+       TEXI2DVI_FLAGS to texi2dvi invocation. 
+
 2006-05-24  Erik Sandberg  <mandolaerik@gmail.com>
 
        * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo"
index e2bff524c10fe57a62be30acfd9e87b21dae07f0..5acde52686314c0d2211b428218e4127e3bb6c94 100644 (file)
@@ -27,7 +27,7 @@ INFO_DOCS = lilypond lilypond-internals music-glossary
 INFO_FILES = $(INFO_DOCS:%=$(outdir)/%.info)
 
 STEPMAKE_TEMPLATES=tex texinfo omf documentation
-
+TEXI2DVI_FLAGS = -E
 OMF_FILES += $(outdir)/lilypond-internals.html.omf
 
 LOCALSTEPMAKE_TEMPLATES=lilypond ly
index 94bff9f874d43ec1fa7f689eabc946fc450a2a36..5941224ed1b24cd562ca7c9a1c11154caf51277e 100644 (file)
@@ -22,7 +22,7 @@ $(outdir)/%/%.html: $(outdir)/%.texi
 
 
 $(outdir)/%.dvi: $(outdir)/%.texi
-       cd $(outdir); texi2dvi -E --batch $(TEXINFO_PAPERSIZE_OPTION) $(<F)
+       cd $(outdir); texi2dvi $(TEXI2DVI_FLAGS) --batch $(TEXINFO_PAPERSIZE_OPTION) $(<F)
 
 $(outdir)/%.txt: $(outdir)/%.texi
        $(MAKEINFO) -I $(src-dir) -I $(outdir) --no-split --no-headers --output $@ $<