From a2fcdab7ca7caced48f26aec2ec1ab4836687ba9 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Sun, 5 Apr 2020 12:11:12 -0700 Subject: [PATCH] makefile: remove unused googlefonts target (uses a script in misc nowadays) --- Makefile | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Makefile b/Makefile index 2f3851e96..3e1b70d7e 100644 --- a/Makefile +++ b/Makefile @@ -367,20 +367,6 @@ update_UnicodeData: 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_ttf: all_ttf_const