summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-09-07 00:50:15 +0200
committeremkael <emkael@tlen.pl>2017-09-07 00:50:15 +0200
commit9123253d8785a12ceb30df5f0bd67b27deda1e10 (patch)
treeb564229ab58473c302dbfba59630e0cbcba2d615 /Makefile
parentde19dcc91dd149b542ed4946fae093ca30fafb5e (diff)
Generating ranking table data in separate JSON files, rather than inline HTML
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bf4e956..8c952e6 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,10 @@ targetfiles := $(shell bin/target-ranking-files.sh config/dates.json)
tmpfiles := $(patsubst %.html,http/%.html.tmp,$(targetfiles))
rankfiles := $(patsubst %.html,http/%.html.ed,$(targetfiles))
-rankings: tables editions json
+rankings: datafiles tables editions json
+
+datafiles:
+ bin/build-datafiles.sh config/dates.json http/data
tables:
bin/build-rankings.sh config/dates.json http