File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ build/%.woff: build/%.ttf
67
67
# build/%.eot: build/%.ttf
68
68
# ttf2eot "$<" > "$@"
69
69
70
- check_fonts :
70
+ test : all_otf
71
71
@misc/check-font.py build/dist-unhinted/* .otf
72
72
73
73
ZIP_FILE_DIST := build/release/Inter-UI-${VERSION}.zip
@@ -103,7 +103,7 @@ build/release/Inter-UI-%.zip: build/.zip.zip
103
103
@echo write " $@ "
104
104
105
105
zip : ${ZIP_FILE_DEV}
106
- zip_dist : pre_dist check_fonts ${ZIP_FILE_DIST}
106
+ zip_dist : pre_dist test ${ZIP_FILE_DIST}
107
107
108
108
pre_dist :
109
109
@echo " Creating distribution for version ${VERSION} "
@@ -179,4 +179,4 @@ _local/UnicodeData.txt:
179
179
clean :
180
180
rm -rf build/tmp/* build/dist-hinted build/dist-unhinted
181
181
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
You can’t perform that action at this time.
0 commit comments