From dc597e9fbf9ea78110905649cf39df5a1662c1d8 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 4 Jul 2017 15:55:04 +0200 Subject: Build scripts for static content and menu --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c3b51b0..f7725fa 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: rankings players +all: statics rankings players menus targetfiles := $(shell bin/target-ranking-files.sh config/dates.json) tmpfiles := $(patsubst %.html,http/%.html.tmp,$(targetfiles)) @@ -17,6 +17,12 @@ $(rankfiles): players: bin/build-players.sh http +statics: + bin/generate-statics.sh config/static.json static http + +menus: + bin/write-menus.sh config/static.json http + minimize: $(tmpfiles) $(tmpfiles): -- cgit v1.2.3