summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Mazieres <dm@uun.org>2020-03-19 23:42:33 -0700
committerDavid Mazieres <dm@uun.org>2020-03-19 23:42:33 -0700
commitab12245c00a061adc28296d163a5c04c5d983ec8 (patch)
tree2ac29da6ec6fea0cba9bb0056e6358226089d7d7
parent53174fbd14c28be56281e9c9fa8c5114685dd20d (diff)
update for new pandoc
-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