summaryrefslogtreecommitdiff
path: root/backend/ikistrap/Makefile
diff options
context:
space:
mode:
authorKarl Semich <0xloem@gmail.com>2016-08-27 04:31:52 -0400
committerKarl Semich <0xloem@gmail.com>2016-08-27 04:31:52 -0400
commit6945074c2c496a89665f559d431cf22602199937 (patch)
treedd76fa29e557aaaaf11a40d5595a22a996533f41 /backend/ikistrap/Makefile
parent227d6118cf72cf9333ac2488b76633f346e59425 (diff)
downloadstandingwithresilience-6945074c2c496a89665f559d431cf22602199937.tar.gz
standingwithresilience-6945074c2c496a89665f559d431cf22602199937.zip
Added ikistrap template
Diffstat (limited to 'backend/ikistrap/Makefile')
-rw-r--r--backend/ikistrap/Makefile11
1 files changed, 11 insertions, 0 deletions
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