summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2006-12-03 20:21:21 +0100
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2006-12-03 20:21:21 +0100
commit4ebe7500122c22c119c01f0ca99af20c1d21e8e4 (patch)
treed0a5316456e8c8633d09877929fef71ee7f30a2c /SConstruct
parentb3bf00defa7abf72c45d932d67c0dd0e940aba29 (diff)
strip more dvi/dvips/ps2pdf stuff.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct8
1 files changed, 0 insertions, 8 deletions
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'])