summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/GNUmakefile b/www/GNUmakefile
index 55957e6..fe2db78 100644
--- a/www/GNUmakefile
+++ b/www/GNUmakefile
@@ -3,7 +3,7 @@ all: out/index.html out/muchsync.html out/logo.png out/muchsync.1
CSS = https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css
-PANDOC = pandoc -S -s -t html5 --template=template.html \
+PANDOC = pandoc -s -t html5+smart --template=template.html \
$(patsubst %, --css=%, $(CSS))
DEPS = template.html GNUmakefile