diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-11-15 13:29:23 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2016-11-15 13:29:23 +0100 |
commit | 294fd044deff8e727a29847712a25149c1545063 (patch) | |
tree | 6f378c9b0ea86e2b3e2d3eaa8dc570c244002bbd /Makefile | |
parent | 3cd56b234029cbebea177f32c6d531338334ec40 (diff) | |
download | kyblo-294fd044deff8e727a29847712a25149c1545063.tar.xz |
Rename entries.json to metadata.json
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -build: $(wildcard entries/*.rst) $(wildcard templates/*.html) entries.json +build: $(wildcard entries/*.rst) $(wildcard templates/*.html) metadata.json scripts/build.py publish: check-entry-given check-title-given $(ENTRY) |