From 6945074c2c496a89665f559d431cf22602199937 Mon Sep 17 00:00:00 2001 From: Karl Semich <0xloem@gmail.com> Date: Sat, 27 Aug 2016 04:31:52 -0400 Subject: Added ikistrap template --- backend/ikistrap/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 backend/ikistrap/Makefile (limited to 'backend/ikistrap/Makefile') diff --git a/backend/ikistrap/Makefile b/backend/ikistrap/Makefile new file mode 100644 index 0000000..d9871c9 --- /dev/null +++ b/backend/ikistrap/Makefile @@ -0,0 +1,11 @@ +all: + HTML_TIDY=./tidy.config ikiwiki --setup example.setup --refresh + +rebuild: + HTML_TIDY=./tidy.config ikiwiki --setup example.setup --rebuild + +tidy: + HTML_TIDY=./tidy.config tidy -m `find example.html/ -type f -name '*.html'` + + +.PHONY: all rebuild -- cgit v1.2.3