From 3bef06bedb9b2dad691356863b7c227ad8ecbd67 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 6 Jul 2017 00:13:54 +0200 Subject: Generating ranking data in JSON format --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f7725fa..e438d2b 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ 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 +rankings: tables editions json tables: bin/build-rankings.sh config/dates.json http @@ -14,6 +14,9 @@ editions: tables $(rankfiles) $(rankfiles): python editions.py $(patsubst %.ed,%,$@) +json: + bin/generate-json.sh config/dates.json http + players: bin/build-players.sh http -- cgit v1.2.3