From 04a6461d3227da9944a99642baec1e0af8a48389 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 24 May 2006 08:58:57 +0000 Subject: [PATCH] * Documentation/user/GNUmakefile (TEXI2DVI_FLAGS): add -E. * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add TEXI2DVI_FLAGS to texi2dvi invocation. --- ChangeLog | 7 +++++++ Documentation/user/GNUmakefile | 2 +- stepmake/stepmake/texinfo-rules.make | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 150ba92618..5ac267e67e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-05-24 Han-Wen Nienhuys + + * 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 * lily/chord-tremolo-*.cc: Reworked how \repeat "tremolo" diff --git a/Documentation/user/GNUmakefile b/Documentation/user/GNUmakefile index e2bff524c1..5acde52686 100644 --- a/Documentation/user/GNUmakefile +++ b/Documentation/user/GNUmakefile @@ -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 diff --git a/stepmake/stepmake/texinfo-rules.make b/stepmake/stepmake/texinfo-rules.make index 94bff9f874..5941224ed1 100644 --- a/stepmake/stepmake/texinfo-rules.make +++ b/stepmake/stepmake/texinfo-rules.make @@ -22,7 +22,7 @@ $(outdir)/%/%.html: $(outdir)/%.texi $(outdir)/%.dvi: $(outdir)/%.texi - cd $(outdir); texi2dvi -E --batch $(TEXINFO_PAPERSIZE_OPTION) $(