From cb62cfeb403a60a1fd125c19dd680bb0f0b93a8a Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 16 Oct 2015 11:32:34 +0200 Subject: Fix create standalone hypertext (not snippets). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3