diff options
author | emkael <emkael@tlen.pl> | 2017-09-07 14:23:19 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-09-07 14:23:19 +0200 |
commit | ac91fdbcb319b7aca5c2b8cc406997e331efbec8 (patch) | |
tree | 3757fcee964c69e718851a8db4057460494947af /Makefile | |
parent | 7b775200ef44e22d2c5ab0dffce6be5f2ca136fa (diff) |
Pre-generated menus for static pages (and group tool pages)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -24,6 +24,7 @@ players: bin/build-players.sh http statics: + python scripts/generate-static-menu.py config/static.json http http > http/.menu.html bin/generate-statics.sh config/static.json static http menus: @@ -31,7 +32,8 @@ menus: group-tools: 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 + python scripts/generate-static-menu.py config/static.json http http > http/.menu.html + python scripts/static-menu.py http/ranking-grupowy.html http/.menu.html minimize: $(tmpfiles) @@ -40,6 +42,7 @@ $(tmpfiles): mv $@ $(patsubst %.tmp,%,$@) deploy: + find http -type f -name .menu.html -delete bin/deploy.sh clean: |