website: simplify glyphinfo.json file with symlink
This commit is contained in:
parent
8ef6dd8b9f
commit
4f364fe80e
2 changed files with 1 additions and 2414 deletions
4
Makefile
4
Makefile
|
|
@ -281,7 +281,6 @@ docs: docs_fonts
|
||||||
$(MAKE) -j docs_info
|
$(MAKE) -j docs_info
|
||||||
|
|
||||||
docs_info: docs/_data/fontinfo.json \
|
docs_info: docs/_data/fontinfo.json \
|
||||||
docs/_data/glyphinfo.json \
|
|
||||||
docs/lab/glyphinfo.json \
|
docs/lab/glyphinfo.json \
|
||||||
docs/glyphs/metrics.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
|
docs/_data/fontinfo.json: docs/font-files/Inter-Regular.otf misc/tools/fontinfo.py
|
||||||
misc/tools/fontinfo.py -pretty $< > docs/_data/fontinfo.json
|
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)
|
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 > $@
|
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
1
docs/_data/glyphinfo.json
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
../lab/glyphinfo.json
|
||||||
Reference in a new issue