From 35bf3d5878a1f09059d5ce63e00434aa8d5ea346 Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 6 Sep 2017 01:10:06 +0200 Subject: Inserting editions menu doesn't have to depend on ranking tables being generated. This allows to generate a new ranking table manually (without going through Makefile) and then proceed with Makefile directives. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 94278a4..bf4e956 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ rankings: tables editions json tables: bin/build-rankings.sh config/dates.json http -editions: tables $(rankfiles) +editions: $(rankfiles) $(rankfiles): python editions.py $(patsubst %.ed,%,$@) -- cgit v1.2.3