From 4060fa99c23bca17895029ae1ffad24d0d024269 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 7 Sep 2017 02:10:36 +0200 Subject: Moving *.py scripts to separate directory, cleaning things up --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8c952e6..9679512 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ tables: editions: $(rankfiles) $(rankfiles): - python editions.py $(patsubst %.ed,%,$@) + python scripts/editions.py $(patsubst %.ed,%,$@) json: bin/generate-json.sh config/dates.json http @@ -30,8 +30,8 @@ menus: bin/write-menus.sh config/static.json http group-tools: - python static.py static/group-intro.html static/group-form-loading.html static/group-form.html > http/ranking-grupowy.html - python static-menu.py config/static.json http/ranking-grupowy.html http + python scripts/static.py static/group-intro.html static/group-form-loading.html static/group-form.html > http/ranking-grupowy.html + python scripts/static-menu.py config/static.json http/ranking-grupowy.html http minimize: $(tmpfiles) -- cgit v1.2.3