X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fuser%2FSConscript;h=5ef1efdd3d0ff17f2b797768f224a7d9e14d56e9;hb=7f91de0c3a86f5cfa41969a076cf773f06be915b;hp=44570d30d4f928c707bbce98a170acecc93160df;hpb=8b654dcfee18a76e3116a3155e49f3ddd6451cf6;p=lilypond.git diff --git a/Documentation/user/SConscript b/Documentation/user/SConscript index 44570d30d4..5ef1efdd3d 100644 --- a/Documentation/user/SConscript +++ b/Documentation/user/SConscript @@ -16,7 +16,7 @@ env.Depends ('lilypond.texi', 'lilypond-internals.texi') eps = src_glob ('*.eps') + map (env.PNG2EPS, base_glob ('*.png')) env.Depends ('lilypond.texi', eps + png) -lilypond_book_flags = '''--format=$LILYPOND_BOOK_FORMAT --process="lilypond -I$srcdir/input/manual/ $__verbose --backend=eps --formats=ps,png --header=texidoc -dinternal-type-checking -ddump-signatures -danti-alias-factor=2 -dgs-font-load" ''' +lilypond_book_flags = '''--format=$LILYPOND_BOOK_FORMAT --process="lilypond -I$srcdir/input/manual/ $__verbose --backend=eps --formats=ps,png --header=texidoc -dcheck-internal-types -ddump-signatures -danti-alias-factor=2 -dgs-load-fonts" ''' e = env.Copy ( # LILYPOND_BOOK_FLAGS = '''--process="lilypond --backend=eps --formats=ps,png --header=texidoc -I#/input/manual -e '(ly:set-option (quote internal-type-checking) \#t)'"''', LILYPOND_BOOK_FLAGS = lilypond_book_flags,