From 13c8f931b3edc89d8d67c816dac8965608648bd0 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 15 Nov 2016 11:47:14 +0100 Subject: Move scripts to scripts/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Makefile (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf