makefile: remove unused googlefonts target (uses a script in misc nowadays)
This commit is contained in:
parent
d1b619c234
commit
a2fcdab7ca
1 changed files with 0 additions and 14 deletions
14
Makefile
14
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
|
||||
|
|
|
|||
Reference in a new issue