summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-09-07 02:10:36 +0200
committeremkael <emkael@tlen.pl>2017-09-07 02:10:36 +0200
commit4060fa99c23bca17895029ae1ffad24d0d024269 (patch)
treecf4f322e236d913e238366a2de30727d0d2561cb /Makefile
parent26f2934bcdfec9b32131ec01bbdd493146b3ad57 (diff)
Moving *.py scripts to separate directory, cleaning things up
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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)