website: simplify glyphinfo.json file with symlink

This commit is contained in:
Rasmus Andersson 2019-05-27 11:33:11 -07:00
parent 8ef6dd8b9f
commit 4f364fe80e
2 changed files with 1 additions and 2414 deletions

View file

@ -281,7 +281,6 @@ docs: docs_fonts
$(MAKE) -j docs_info
docs_info: docs/_data/fontinfo.json \
docs/_data/glyphinfo.json \
docs/lab/glyphinfo.json \
docs/glyphs/metrics.json
@ -299,9 +298,6 @@ docs_fonts:
docs/_data/fontinfo.json: docs/font-files/Inter-Regular.otf misc/tools/fontinfo.py
misc/tools/fontinfo.py -pretty $< > docs/_data/fontinfo.json
docs/_data/glyphinfo.json: docs/lab/glyphinfo.json
cp -a $< $@
docs/lab/glyphinfo.json: build/UnicodeData.txt misc/tools/gen-glyphinfo.py $(Regular_ufo_d)
misc/tools/gen-glyphinfo.py -ucd $< src/Inter-Regular.ufo > $@

File diff suppressed because it is too large Load diff

1
docs/_data/glyphinfo.json Symbolic link
View file

@ -0,0 +1 @@
../lab/glyphinfo.json