X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/16c246b59170bdbf5805e837840c0abac6f01559..65d4676373dbb0a9f9c147e0de61eb66e595b91a:/Makefile diff --git a/Makefile b/Makefile index 7d1e2e3..f48ffa7 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ UPDATE: $(download) $(call cmdsave,git log -1 --date=short --pretty="%ad %s") cache: $(patsubst %.inc.pl,data/%.json,$(wildcard charset-*.inc.pl) writing-latn.inc.pl) -word: word/put.min.js data/wordlist.inc.pl data/wordlist.en.json data/wordlist.nl.json data/wordlist.ru.json data/wordpairs.json +word: word/put.min.js data/wordlist.en.json data/wordlist.nl.json data/wordlist.ru.json data/wordpairs.json word/put.js: $(download) tools/wget-ifmodified https://github.com/kriszyp/put-selector/raw/master/put.js $@ @@ -83,8 +83,6 @@ data/wordlist.version.txt: force @[ -e $@ ] || date -Is >$@ tools/lastword $@ || true -data/wordlist.inc.pl: tools/mkwordlist data/wordlist.version.txt - $(call cmdsave,$<) data/wordlist.%.inc.pl: tools/mkwordlist data/wordlist.version.txt $(call cmdsave,$< $*) data/word%.json: data/word%.inc.pl