diff options
author | emkael <emkael@tlen.pl> | 2017-09-07 12:12:16 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-09-07 12:12:16 +0200 |
commit | 157d38e305f2144e546ec1e964292477cae9516d (patch) | |
tree | 8ccea8e785918952235ed4d4ced8df12af34fc8f /Makefile | |
parent | b011fb2daa0f6b8591cbc495ec069b50ff337204 (diff) |
Renaming HTTP resource directories to prefixed names
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ rankfiles := $(patsubst %.html,http/%.html.ed,$(targetfiles)) rankings: datafiles tables editions json datafiles: - bin/build-datafiles.sh config/dates.json http/data + bin/build-datafiles.sh config/dates.json http/_data tables: bin/build-rankings.sh config/dates.json http |