summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2017-11-30 06:01:13 +0300
committerRasmus Andersson <rasmus@notion.se>2017-11-30 06:01:13 +0300
commitf40c3a0db2c9b527967dacbb0434b0fa1c0e43b1 (patch)
tree17836eb0a40fa89f4e702db685dbc94507f784f0 /Makefile
parentde4c7d9f5d037327aaa19133fbfe73eb7b02a528 (diff)
downloadinter-f40c3a0db2c9b527967dacbb0434b0fa1c0e43b1.tar.xz
makefile: rename check_fonts target to test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index cf471c841..32aab26c5 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ build/%.woff: build/%.ttf
# build/%.eot: build/%.ttf
# ttf2eot "$<" > "$@"
-check_fonts:
+test: all_otf
@misc/check-font.py build/dist-unhinted/*.otf
ZIP_FILE_DIST := build/release/Inter-UI-${VERSION}.zip
@@ -103,7 +103,7 @@ build/release/Inter-UI-%.zip: build/.zip.zip
@echo write "$@"
zip: ${ZIP_FILE_DEV}
-zip_dist: pre_dist check_fonts ${ZIP_FILE_DIST}
+zip_dist: pre_dist test ${ZIP_FILE_DIST}
pre_dist:
@echo "Creating distribution for version ${VERSION}"
@@ -179,4 +179,4 @@ _local/UnicodeData.txt:
clean:
rm -rf build/tmp/* build/dist-hinted build/dist-unhinted
-.PHONY: all web clean install install_otf install_ttf deploy zip zip_dist pre_dist dist glyphinfo copy_docs_fonts all_hinted check_fonts
+.PHONY: all web clean install install_otf install_ttf deploy zip zip_dist pre_dist dist glyphinfo copy_docs_fonts all_hinted test