From f40c3a0db2c9b527967dacbb0434b0fa1c0e43b1 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Wed, 29 Nov 2017 19:01:13 -0800 Subject: [PATCH] makefile: rename check_fonts target to test --- Makefile | 6 +++--- 1 file 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