From 9e7638a0a6d9dfa09dfe6ae304ace1b364be738a Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 25 Oct 2021 23:07:22 +0200 Subject: [PATCH] word: make target to build include dependencies --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 96e0344..2b1c531 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: sitemap.xml light.css data/digraphs.inc.pl data/unicode-cover.inc.pl data/countries.inc.pl data/browser data/termcol-xcolor.inc.pl data/digraphs-xorg.inc.pl +all: sitemap.xml light.css data/digraphs.inc.pl data/unicode-cover.inc.pl data/countries.inc.pl data/browser data/termcol-xcolor.inc.pl data/digraphs-xorg.inc.pl word more: all .PHONY: force # applied to download after 2 hours @@ -17,6 +17,8 @@ sitemap.xml: tools/mksitemap light.css: tools/stripcss base.css $(call cmdsave,$^) +word: data/wordlist.en.json data/wordlist.nl.json data/wordlist.ru.json + data/DerivedAge.txt: $(download) tools/wget-ifmodified http://www.unicode.org/Public/UNIDATA/$(@F) $@ -- 2.30.0