]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorJan Nieuwenhuizen <janneke@gnu.org>
Tue, 21 Dec 2004 23:06:29 +0000 (23:06 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Tue, 21 Dec 2004 23:06:29 +0000 (23:06 +0000)
ChangeLog
python/lilylib.py

index d5bff1b370041bea38044160ecc0b98aeb857d86..c8797a6ae1efd6c45c1f3ac35683ff2ddb077584 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * 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.
 
index da2c8947de564e98c96aea384845ff1974eb3406..ec72f075f97540789e4b749655a7ae5f71ab87f1 100644 (file)
@@ -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