index: build UPDATE after git commits
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 10 Sep 2024 21:28:35 +0000 (23:28 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 10 Sep 2024 21:39:53 +0000 (23:39 +0200)
External timeout is either too long or not long enough; rather depend
directly on source data.

Makefile

index 502c65589d55f0c9732ef08929209284d625044b..217fe13b849f6aadb25af1f943dc004822528c05 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ style: light.css sc.css
 plan.plp: TODO
        kramdown $< >$@
 
 plan.plp: TODO
        kramdown $< >$@
 
-UPDATE: $(download)
+UPDATE: .git
        $(call cmdsave,git log -1 --date=short --pretty='%ad    %s')
 
 cache: $(patsubst %.inc.pl,data/%.json,$(wildcard charset-*.inc.pl) $(wildcard keyboard/altgr/*.inc.pl) writing-latn.inc.pl)
        $(call cmdsave,git log -1 --date=short --pretty='%ad    %s')
 
 cache: $(patsubst %.inc.pl,data/%.json,$(wildcard charset-*.inc.pl) $(wildcard keyboard/altgr/*.inc.pl) writing-latn.inc.pl)