Makefile: update some docs targets
This commit is contained in:
parent
3099bc6495
commit
8d6bf1281c
1 changed files with 4 additions and 8 deletions
12
Makefile
12
Makefile
|
|
@ -186,18 +186,14 @@ docs_fonts:
|
||||||
mkdir docs/font-files
|
mkdir docs/font-files
|
||||||
cp -a build/unhinted/*.woff build/unhinted/*.woff2 build/unhinted/*.otf docs/font-files/
|
cp -a build/unhinted/*.woff build/unhinted/*.woff2 build/unhinted/*.otf docs/font-files/
|
||||||
|
|
||||||
|
docs/_data/fontinfo.json: docs/font-files/Inter-UI-Regular.otf misc/tools/fontinfo.py
|
||||||
# src/glyphorder.txt: src/Inter-UI-Regular.ufo/lib.plist src/Inter-UI-Black.ufo/lib.plist src/diacritics.txt misc/gen-glyphorder.py
|
misc/tools/fontinfo.py -pretty $< > docs/_data/fontinfo.json
|
||||||
# misc/gen-glyphorder.py src/Inter-UI-*.ufo > src/glyphorder.txt
|
|
||||||
|
|
||||||
docs/_data/fontinfo.json: misc/fontinfo.py docs/font-files/Inter-UI-*.otf
|
|
||||||
misc/fontinfo.py -pretty docs/font-files/Inter-UI-Regular.otf > docs/_data/fontinfo.json
|
|
||||||
|
|
||||||
docs/lab/glyphinfo.json: build/tmp/UnicodeData.txt misc/tools/gen-glyphinfo.py
|
docs/lab/glyphinfo.json: build/tmp/UnicodeData.txt misc/tools/gen-glyphinfo.py
|
||||||
misc/tools/gen-glyphinfo.py -ucd $< src/Inter-UI-*.ufo > $@
|
misc/tools/gen-glyphinfo.py -ucd $< src/Inter-UI-*.ufo > $@
|
||||||
|
|
||||||
docs/glyphs/metrics.json: src/fontbuild.cfg misc/gen-metrics-and-svgs.py $(Regular_ufo_d)
|
docs/glyphs/metrics.json: $(Regular_ufo_d) misc/tools/gen-metrics-and-svgs.py
|
||||||
misc/gen-metrics-and-svgs.py -f src/Inter-UI-Regular.ufo
|
misc/tools/gen-metrics-and-svgs.py src/Inter-UI-Regular.ufo
|
||||||
|
|
||||||
# Download latest Unicode data
|
# Download latest Unicode data
|
||||||
build/tmp/UnicodeData.txt:
|
build/tmp/UnicodeData.txt:
|
||||||
|
|
|
||||||
Reference in a new issue