makefile: remove unused googlefonts target (uses a script in misc nowadays)

This commit is contained in:
Rasmus Andersson 2020-04-05 12:11:12 -07:00
parent d1b619c234
commit a2fcdab7ca

View file

@ -367,20 +367,6 @@ update_UnicodeData:
curl '-#' "https://www.unicode.org/Public/$(ucd_version)/ucd/UnicodeData.txt" >> misc/UnicodeData.txt curl '-#' "https://www.unicode.org/Public/$(ucd_version)/ucd/UnicodeData.txt" >> misc/UnicodeData.txt
# Google fonts
build/googlefonts/%: $(FONTDIR)/%
misc/fontbuild rename --compact-style -o $@ "$<"
googlefonts: googlefonts_pre googlefonts_all
googlefonts_pre:
@rm -rf build/googlefonts
@mkdir -p build/googlefonts/const build/googlefonts/var
.PHONY: googlefonts googlefonts_pre
# install targets # install targets
install_ttf: all_ttf_const install_ttf: all_ttf_const