summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2017-08-31 18:16:38 +0300
committerRasmus Andersson <rasmus@notion.se>2017-08-31 18:16:38 +0300
commit7e52b008d08bf11817b12c0495d8ef0d75d72185 (patch)
tree7ddb7a989e9989189fbeace8f0128f073fc2f511 /Makefile
parentda49fd5536db3762d17b1fc176fca8885b10dd92 (diff)
downloadinter-7e52b008d08bf11817b12c0495d8ef0d75d72185.tar.xz
Improves glyphorder generation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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