diff options
author | Rasmus Andersson <rasmus@notion.se> | 2020-04-05 22:11:12 +0300 |
---|---|---|
committer | Rasmus Andersson <rasmus@notion.se> | 2020-04-05 22:11:12 +0300 |
commit | a2fcdab7ca7caced48f26aec2ec1ab4836687ba9 (patch) | |
tree | f7097985cf6f8fcce367da1353cb0772f93a478a | |
parent | d1b619c23491dff0b7fc830cd16b677922270797 (diff) | |
download | inter-a2fcdab7ca7caced48f26aec2ec1ab4836687ba9.tar.xz |
makefile: remove unused googlefonts target (uses a script in misc nowadays)
-rw-r--r-- | Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -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 |