From: Mischa POSLAWSKY Date: Sat, 3 Jul 2021 00:06:20 +0000 (+0200) Subject: font: ignore data sources for coverage rebuild X-Git-Tag: v1.13~181 X-Git-Url: http://git.shiar.net/sheet.git/commitdiff_plain/1477e69ae3580c3a17ad23d1123357efe0208f93 font: ignore data sources for coverage rebuild Assume changes in data/font will refresh the directory mtime, so will trigger without requiring individual includes which are optional and may not be able to build (due to broken symlinks or parse errors) which cannot be resolved. Manual reinitialisation can also be forced by make data/font/all. --- diff --git a/Makefile b/Makefile index 99e8db2..be3a2d8 100644 --- a/Makefile +++ b/Makefile @@ -102,7 +102,7 @@ data/font/all-other: data/font/unifont.inc.pl data/font/code2000.inc.pl data/fon # $< unifont.ttf $@ # $< --headless unifont_upper.ttf >>$@ -data/unicode-cover.inc.pl: tools/mkfontinfo data/font $(patsubst data/font/%.ttf,data/font/%.inc.pl,$(wildcard data/font/*.ttf)) +data/unicode-cover.inc.pl: tools/mkfontinfo data/font # $(wildcard data/font/*.inc.pl) $(call cmdsave,$<) data/countryInfo.txt: $(download)