From: Han-Wen Nienhuys Date: Sun, 3 Dec 2006 19:21:21 +0000 (+0100) Subject: strip more dvi/dvips/ps2pdf stuff. X-Git-Tag: release/2.11.1-1~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4ebe7500122c22c119c01f0ca99af20c1d21e8e4;p=lilypond.git strip more dvi/dvips/ps2pdf stuff. --- diff --git a/SConstruct b/SConstruct index f4e24bf29b..41fec50507 100644 --- a/SConstruct +++ b/SConstruct @@ -700,14 +700,6 @@ env.Append ( LILYPOND_BOOK = BUILD_LILYPOND_BOOK, LILYPOND_BOOK_FORMAT = 'texi-html', MAKEINFO_FLAGS = '--css-include=$srcdir/Documentation/texinfo.css', - # PYTHONPATH = ['$absbuild/python/$out'], - TEXI2DVI_PAPERSIZE = '@afourpaper', - TEXI2DVI_FLAGS = [ '-t$TEXI2DVI_PAPERSIZE'], - DVIPS_PAPERSIZE = 'a4', - DVIPS_FLAGS = ['-t$DVIPS_PAPERSIZE', - '-u+lilypond.map', - '-u+ec-mftrace.map'], - PSPDF_FLAGS = ['-sPAPERSIZE=$DVIPS_PAPERSIZE'], ) env.Append (CCFLAGS = ['-pipe', '-Wno-pmf-conversions'])