]> git.donarmstrong.com Git - lilypond.git/commitdiff
* python/lilylib.py (setup_environment): Remove cruft from
authorJan Nieuwenhuizen <janneke@gnu.org>
Tue, 21 Dec 2004 22:32:42 +0000 (22:32 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Tue, 21 Dec 2004 22:32:42 +0000 (22:32 +0000)
GS_FONTPATH.

* configure.in: Bump mftrace requirement to 1.1.1.

ChangeLog
configure.in
mf/GNUmakefile
python/lilylib.py

index 94bc01e9ce2a2a39c3807a02702a4dc2e69f1d73..d5bff1b370041bea38044160ecc0b98aeb857d86 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-12-21  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * python/lilylib.py (setup_environment): Remove cruft from
+       GS_FONTPATH.
+
+       * configure.in: Bump mftrace requirement to 1.1.1.
+
 2004-12-20  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * scm/output-svg.scm (beam): Use polygon.
index d9f0050f6254ceee54974e898460b18eadd450d0..47e6f571394d9137899a52e9ee237b3838d04d5c 100644 (file)
@@ -52,7 +52,7 @@ STEPMAKE_MAKEINFO(REQUIRED)
 STEPMAKE_PYTHON_DEVEL(REQUIRED)
 
 # mftrace for generating pfa's, pfb's
-STEPMAKE_PROGS(MFTRACE, mftrace, REQUIRED, 1.1.0)
+STEPMAKE_PROGS(MFTRACE, mftrace, REQUIRED, 1.1.1)
 
 # mftrace for generating pfa's, pfb's
 STEPMAKE_PATH_PROG(FONTFORGE, fontforge, REQUIRED, 20041208)
index 02522a3ca4ee9b01b5a17e0295ef4a98c621ea4a..a2542a59ea1cba1f943d59bd5aa90e1107894371 100644 (file)
@@ -115,23 +115,22 @@ export MFINPUTS:=.:$(MFINPUTS)
 
 default: pfa_warning $(ALL_GEN_FILES) $(outdir)/bigcheese20.otf
 
-
 pfa_warning:
-ifneq ($(notdir $(MFTRACE)),mftrace)
-       @echo ""
-       @echo "ERROR: mftrace not found"
-       @echo ""
-       @echo "For obtaining PFA fonts, either install mftrace "
-       @echo "(see http://www.xs4all.nl/~hanwen/mftrace/ ),"
-       @echo "or try one of the following commands in this directory: "
-       @echo ""
-       @echo " make get-pfa "
-       @echo " make get-rpm-pfa "
-       @echo " make get-deb-pfa "
-       @echo ""
-       @echo "These commands will try to download the files from the internet."
-       @false
-endif
+ifneq ($(notdir $(MFTRACE)),mftrace)
+#      @echo ""
+#      @echo "ERROR: mftrace not found"
+#      @echo ""
+#      @echo "For obtaining PFA fonts, either install mftrace "
+#      @echo "(see http://www.xs4all.nl/~hanwen/mftrace/ ),"
+#      @echo "or try one of the following commands in this directory: "
+#      @echo ""
+#      @echo " make get-pfa "
+#      @echo " make get-rpm-pfa "
+#      @echo " make get-deb-pfa "
+#      @echo ""
+#      @echo "These commands will try to download the files from the internet."
+#      @false
+endif
 
 
 debian-mirror=http://ftp.us.debian.org
index 04efae76b1f87d6bb2b985a3f119c2e1d82bd894..da2c8947de564e98c96aea384845ff1974eb3406 100644 (file)
@@ -421,7 +421,10 @@ def setup_environment ():
                #         and thus may break tex run?
                
                'TEXMF' : "{%s,%s}" % (datadir, texmf) ,
-               'GS_FONTPATH' : type1_paths,
+               
+               # FIXME: check if these can be fully reset.
+               #'GS_FONTPATH' : "", #type1_paths,
+               'GS_FONTPATH' : datadir + '/fonts/type1',
                'GS_LIB' : datadir + '/ps',
                }