From 9123253d8785a12ceb30df5f0bd67b27deda1e10 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 7 Sep 2017 00:50:15 +0200 Subject: Generating ranking table data in separate JSON files, rather than inline HTML --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3