From 68c02d5ae8416b1b67148da702ee0ae57af0f764 Mon Sep 17 00:00:00 2001 From: James Godfrey-Kittle Date: Tue, 24 Feb 2015 09:50:44 -0800 Subject: Nicer fix for condensed font building issue. --- Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index eab11b7..f492d11 100644 --- a/Makefile +++ b/Makefile @@ -11,13 +11,6 @@ v2: cat "scripts/build-v2.py" >> /tmp/makefontsB.py python /tmp/makefontsB.py - -v2condensed: - echo "BASEDIR=\"$(CURDIR)\"" > /tmp/makefontsB.py - cat "scripts/build-v2-condensed.py" >> /tmp/makefontsB.py - python /tmp/makefontsB.py - - slab: echo "BASEDIR=\"$(CURDIR)\"" > /tmp/makefonts.flw cat "scripts/build-slab.py" >> /tmp/makefonts.flw -- cgit v1.2.3