summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2005-01-28 20:43:18 +0000
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2005-01-28 20:43:18 +0000
commitf27a0658b549dc41903280c62388e76df87523f0 (patch)
tree6504d47cc91d236276bd8d30eb604c282bd335dc /make
parent610c8ec6153e72bdc2df96fc4ab957bb149d4a85 (diff)
* scm/framework-ps.scm (output-classic-framework): dump a
-systems.texi too (output-classic-framework): dump multiple systems on an "infinite" page EPS including fonts. * scripts/lilypond-book.py (Lilypond_snippet.ly_is_outdated): use .eps files for both texi and tex formats. Use PNG coming from lilypond.
Diffstat (limited to 'make')
-rw-r--r--make/lilypond-vars.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/lilypond-vars.make b/make/lilypond-vars.make
index 521017bd54..c72c0cec42 100644
--- a/make/lilypond-vars.make
+++ b/make/lilypond-vars.make
@@ -38,7 +38,7 @@ CONVERT_LY = $(script-dir)/convert-ly.py
LILYPOND = $(builddir)/lily/$(outconfbase)/lilypond
LILYPOND_BOOK = $(script-dir)/lilypond-book.py
LILYPOND_BOOK_INCLUDES = -I $(pwd) -I $(outdir) -I$(input-dir) -I $(input-dir)/regression/ -I $(input-dir)/test/ -I $(input-dir)/tutorial/ -I $(builddir)/mf/$(outconfbase)/ -I $(builddir)/mf/out/
-LILYPOND_BOOK_FLAGS = --process="lilypond --backend ps --formats=ps --header=texidoc -I $(srcdir)/input/test -e '(ly:set-option (quote internal-type-checking) \#t)'"
+LILYPOND_BOOK_FLAGS = --process="lilypond --backend ps --formats=ps,png --header=texidoc -I $(srcdir)/input/test -e '(ly:set-option (quote internal-type-checking) \#t)'"
#texi-html for www only:
LILYPOND_BOOK_FORMAT=$(if $(subst out-www,,$(notdir $(outdir))),texi,texi-html)