summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 957671f..0382138 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ clean:
10 10
11html/%.html: %.md html/style.css nord.theme fix-links.lua 11html/%.html: %.md html/style.css nord.theme fix-links.lua
12 @# TODO: change css path 12 @# TODO: change css path
13 pandoc $< \ 13 pandoc "$<" \
14 --from markdown \ 14 --from markdown \
15 --css style.css \ 15 --css style.css \
16 --toc \ 16 --toc \
@@ -18,4 +18,4 @@ html/%.html: %.md html/style.css nord.theme fix-links.lua
18 --lua-filter=fix-links.lua \ 18 --lua-filter=fix-links.lua \
19 --filter pandoc-sidenote \ 19 --filter pandoc-sidenote \
20 --section-divs \ 20 --section-divs \
21 -so $@ 21 -so "$@"