Skip to content

Commit f40c3a0

Browse files
committed
makefile: rename check_fonts target to test
1 parent de4c7d9 commit f40c3a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ build/%.woff: build/%.ttf
6767
# build/%.eot: build/%.ttf
6868
# ttf2eot "$<" > "$@"
6969

70-
check_fonts:
70+
test: all_otf
7171
@misc/check-font.py build/dist-unhinted/*.otf
7272

7373
ZIP_FILE_DIST := build/release/Inter-UI-${VERSION}.zip
@@ -103,7 +103,7 @@ build/release/Inter-UI-%.zip: build/.zip.zip
103103
@echo write "$@"
104104

105105
zip: ${ZIP_FILE_DEV}
106-
zip_dist: pre_dist check_fonts ${ZIP_FILE_DIST}
106+
zip_dist: pre_dist test ${ZIP_FILE_DIST}
107107

108108
pre_dist:
109109
@echo "Creating distribution for version ${VERSION}"
@@ -179,4 +179,4 @@ _local/UnicodeData.txt:
179179
clean:
180180
rm -rf build/tmp/* build/dist-hinted build/dist-unhinted
181181

182-
.PHONY: all web clean install install_otf install_ttf deploy zip zip_dist pre_dist dist glyphinfo copy_docs_fonts all_hinted check_fonts
182+
.PHONY: all web clean install install_otf install_ttf deploy zip zip_dist pre_dist dist glyphinfo copy_docs_fonts all_hinted test

0 commit comments

Comments
 (0)