summaryrefslogtreecommitdiff
path: root/Makefile.scm
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.scm')
-rw-r--r--Makefile.scm6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.scm b/Makefile.scm
index 6076a89..639cce9 100644
--- a/Makefile.scm
+++ b/Makefile.scm
@@ -70,7 +70,7 @@
,(string-append "--resource-path=templates/web:" folder)
"--base-header-level=2" ;"--shift-heading-level-by=-1" is the new way
"--template=web-simple.html"
- ;"--lua-filter=section-numbers.lua"
+ "--lua-filter=toc.lua"
"--lua-filter=anchored-h.lua"
"--lua-filter=appendixes.lua"))
((files)
@@ -95,13 +95,11 @@
"-o" ,out
"--standalone"
"--self-contained"
- "--toc"
- "--toc-depth=2"
"--base-header-level=2" ;"--shift-heading-level-by=-1" is the new way
"--data-dir=."
,(string-append "--resource-path=./templates/web/:./templates:" folder)
"--template=web.html"
- ;"--lua-filter=section-numbers.lua"
+ "--lua-filter=toc.lua"
"--lua-filter=anchored-h.lua"
"--lua-filter=appendixes.lua"))
((files)