diff options
author | emkael <emkael@tlen.pl> | 2017-09-07 00:50:15 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-09-07 00:50:15 +0200 |
commit | 9123253d8785a12ceb30df5f0bd67b27deda1e10 (patch) | |
tree | b564229ab58473c302dbfba59630e0cbcba2d615 /Makefile | |
parent | de19dcc91dd149b542ed4946fae093ca30fafb5e (diff) |
Generating ranking table data in separate JSON files, rather than inline HTML
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |