mirror of
https://github.com/rsms/inter.git
synced 2024-11-23 20:55:33 +03:00
makefile: add license to zip archives and fix glyphinfo target
This commit is contained in:
parent
35b6655728
commit
bcdb61c8b0
3
Makefile
3
Makefile
@ -75,6 +75,7 @@ build/.zip.zip: all
|
||||
@cp -a build/dist-unhinted/*.ttf "build/.zip/Interface (TTF)/"
|
||||
@cp -a build/dist-unhinted/*.otf "build/.zip/Interface (OTF)/"
|
||||
@cp -a misc/doc/install-*.txt "build/.zip/"
|
||||
@cp -a LICENSE.txt "build/.zip/"
|
||||
cd build/.zip && zip -v -X -r "../../build/.zip.zip" * >/dev/null && cd ../..
|
||||
@rm -rf build/.zip
|
||||
|
||||
@ -123,7 +124,7 @@ install: all install_otf
|
||||
|
||||
glyphinfo: _local/UnicodeData.txt
|
||||
misc/gen-glyphinfo.py -ucd _local/UnicodeData.txt \
|
||||
src/Interface-*.ufo > misc/preview/glyphinfo.json
|
||||
src/Interface-*.ufo > docs/lab/glyphinfo.json
|
||||
|
||||
# Download latest Unicode data
|
||||
_local/UnicodeData.txt:
|
||||
|
Loading…
Reference in New Issue
Block a user