summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9a3d6e3..d4c5401 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ source: .git
%.html %/index.html: %.mdwn Makefile
$(if $(filter-out ./,$(dir $@)),mkdir -p $(dir $@))
- pandoc -f markdown -t html -o $@ $<
+ pandoc -s -f markdown -t html -o $@ $<
clean:
find -type f -name '*.html' -delete