font: ignore data sources for coverage rebuild
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 3 Jul 2021 00:06:20 +0000 (02:06 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 5 Jul 2021 01:54:37 +0000 (03:54 +0200)
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.

Makefile

index 99e8db227b488cdec9730b13beb14abf8f9db400..be3a2d8a1c07ac52ecc7e5b9eab71a382de9dbb6 100644 (file)
--- 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)