From 7e52b008d08bf11817b12c0495d8ef0d75d72185 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Thu, 31 Aug 2017 08:16:38 -0700 Subject: Improves glyphorder generation --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 88826eafa..86408e97f 100644 --- a/Makefile +++ b/Makefile @@ -126,14 +126,14 @@ install: all install_otf glyphinfo: docs/lab/glyphinfo.json docs/glyphs/metrics.json -src/glyphorder.txt: $(all_ufo) +src/glyphorder.txt: $(all_ufo) misc/gen-glyphorder.py misc/gen-glyphorder.py src/Interface-*.ufo > src/glyphorder.txt -docs/lab/glyphinfo.json: _local/UnicodeData.txt src/glyphorder.txt +docs/lab/glyphinfo.json: _local/UnicodeData.txt src/glyphorder.txt misc/gen-glyphinfo.py misc/gen-glyphinfo.py -ucd _local/UnicodeData.txt \ src/Interface-*.ufo > docs/lab/glyphinfo.json -docs/glyphs/metrics.json: src/glyphorder.txt +docs/glyphs/metrics.json: src/glyphorder.txt misc/gen-metrics-and-svgs.py misc/gen-metrics-and-svgs.py -f src/Interface-Regular.ufo -- cgit v1.2.3