summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-11-15 11:47:14 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2016-11-15 11:47:14 +0100
commit13c8f931b3edc89d8d67c816dac8965608648bd0 (patch)
treefc35f18235c840d9ffbcdd71a924e93d7093a19a /Makefile
parent9abcf06dff2c4f0987433746ce5037eac711b31c (diff)
downloadkyblo-13c8f931b3edc89d8d67c816dac8965608648bd0.tar.xz
Move scripts to scripts/
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..f478fa4
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+build: $(wildcard entries/*.rst) $(wildcard templates/*.html) entries.json
+ python scripts/build.py
+
+.PHONY: build