From 26e9b2129b8f59e217fbbcb96ff1032e06e56bd2 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Tue, 21 Dec 2004 23:06:29 +0000 Subject: [PATCH 1/1] *** empty log message *** --- ChangeLog | 7 +++++++ python/lilylib.py | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index d5bff1b370..c8797a6ae1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2004-12-21 Jan Nieuwenhuizen + * python/lilylib.py (setup_environment): Set GS_FONTPATH, GS_LIB + to empty. Fixes make web, using gs-gpl-8.01. In fact, + gs-afpl-8.50 has more trouble with make web (ie, uses *a lot* more + resourses; 3x MAXSIZE, 4x MAXRSS, 1.5x user). + + * mf/GNUmakefile (pfa_warning): Use less broken check. + * python/lilylib.py (setup_environment): Remove cruft from GS_FONTPATH. diff --git a/python/lilylib.py b/python/lilylib.py index da2c8947de..ec72f075f9 100644 --- a/python/lilylib.py +++ b/python/lilylib.py @@ -422,10 +422,10 @@ def setup_environment (): 'TEXMF' : "{%s,%s}" % (datadir, texmf) , - # FIXME: check if these can be fully reset. - #'GS_FONTPATH' : "", #type1_paths, - 'GS_FONTPATH' : datadir + '/fonts/type1', - 'GS_LIB' : datadir + '/ps', + # 'GS_FONTPATH' : type1_paths, + # 'GS_LIB' : datadir + '/ps', + 'GS_FONTPATH' : "", + 'GS_LIB' : "", } # $TEXMF is special, previous value is already taken care of -- 2.39.2