]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/builder.py
Clean up buildscripts
[lilypond.git] / buildscripts / builder.py
index 06f9f413b712dc8896dd7a5cb9bce54eda1dba50..8313c37feca41d08cfdbe802611dc30413a511f2 100644 (file)
@@ -65,7 +65,7 @@ env.Append (BUILDERS = {'HH' : HH})
 # Setup LilyPond environment.  For the LilyPond build, we override
 # some of these commands in the ENVironment.
 
-lilypond_book_flags = '''--format=$LILYPOND_BOOK_FORMAT --process="lilypond -I$srcdir -I$srcdir/input/test $__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 -I$srcdir/input/test $__verbose --backend=eps --formats=ps,png --header=texidoc -dinternal-type-checking -ddump-signatures -danti-alias-factor=2" '''
 
 env.Append (
     BSTINPUTS = '${SOURCE.dir}:${TARGET.dir}:',