aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2021-04-28 16:13:51 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2021-04-28 16:13:51 +0200
commitd2eb6fa955f4b5d6a3dfc306ce1e81586baed854 (patch)
treeac7ba4ad8f2dead130c9d6b0e0fe0d0a81f71ce6 /html
parent63c175fe6948b1c7bc6d75ee9e72b7bd78ca286e (diff)
downloadmuhqs-game-d2eb6fa955f4b5d6a3dfc306ce1e81586baed854.tar.gz
muhqs-game-d2eb6fa955f4b5d6a3dfc306ce1e81586baed854.zip
[html/make] generate numbered sections and self-contained html
Diffstat (limited to 'html')
-rw-r--r--html/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/Makefile b/html/Makefile
index d66c9f0c..696006c1 100644
--- a/html/Makefile
+++ b/html/Makefile
@@ -1,7 +1,7 @@
VERBOSE ?= @
HTML_TEMPLATE := template.html
-PANDOC_FLAGS := -f markdown -s --template=$(HTML_TEMPLATE)
+PANDOC_FLAGS := -f markdown -N --self-contained --template=$(HTML_TEMPLATE)
# The full path to the Makefile
MAKEFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))