diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |