summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
author53hornet <53hornet@gmail.com>2018-07-13 18:03:47 -0400
committer53hornet <53hornet@gmail.com>2018-07-13 18:03:47 -0400
commit7654bcc6be740276477eb2f2d6d8d90c4a63ff83 (patch)
tree62ee0b5c4f32b36d602175f902c09ddfa04db4d3 /makefile
parentd1a3eb2f1eb59992823d8edb7f0400d67d2818f5 (diff)
downloadmd-site-7654bcc6be740276477eb2f2d6d8d90c4a63ff83.tar.xz
md-site-7654bcc6be740276477eb2f2d6d8d90c4a63ff83.zip
Navbar working.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index b9c25a9..fac7346 100644
--- a/makefile
+++ b/makefile
@@ -14,7 +14,7 @@ all: css 53hor.net atc.53hor.net
html/53hor.net/%.html: md/53hor.net/%.md md/53hor.net/include/nav.inc
@echo "53hor.net: $< -> $@"
@mkdir -p "$(@D)"
- @pandoc "$<" -f markdown -t html5 -s --toc --toc-depth=2 -B md/53hor.net/include/nav.inc -c /include/styles.css -o "$@"
+ @pandoc "$<" -f markdown -t html5 -s --toc --toc-depth=3 -B md/53hor.net/include/nav.inc -c /include/styles.css -o "$@"
.PHONY: atc.53hor.net
atc.53hor.net: $(ATC_HTML)