summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2018-09-23 03:36:13 +0300
committerRasmus Andersson <rasmus@notion.se>2018-10-11 09:37:56 +0300
commit28bdd2df019395361f665787be39592cbc594216 (patch)
treec22c4a0a291ee6fffed417c8aeaa42059b54c369 /Makefile
parent9cd775c392618e8d2c9847b1c59e34d9b6c25645 (diff)
downloadinter-28bdd2df019395361f665787be39592cbc594216.tar.xz
makefile: fix dep for web info
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2e9924c71..ececae8b8 100644
--- a/Makefile
+++ b/Makefile
@@ -232,7 +232,7 @@ docs_fonts:
docs/_data/fontinfo.json: docs/font-files/Inter-UI-Regular.otf misc/tools/fontinfo.py
misc/tools/fontinfo.py -pretty $< > docs/_data/fontinfo.json
-docs/lab/glyphinfo.json: build/UnicodeData.txt misc/tools/gen-glyphinfo.py
+docs/lab/glyphinfo.json: build/UnicodeData.txt misc/tools/gen-glyphinfo.py $(all_ufo_masters)
misc/tools/gen-glyphinfo.py -ucd $< src/Inter-UI-*.ufo > $@
docs/glyphs/metrics.json: $(Regular_ufo_d) misc/tools/gen-metrics-and-svgs.py