diff options
author | 53hornet <53hornet@gmail.com> | 2018-07-13 18:03:47 -0400 |
---|---|---|
committer | 53hornet <53hornet@gmail.com> | 2018-07-13 18:03:47 -0400 |
commit | 7654bcc6be740276477eb2f2d6d8d90c4a63ff83 (patch) | |
tree | 62ee0b5c4f32b36d602175f902c09ddfa04db4d3 /makefile | |
parent | d1a3eb2f1eb59992823d8edb7f0400d67d2818f5 (diff) | |
download | md-site-7654bcc6be740276477eb2f2d6d8d90c4a63ff83.tar.xz md-site-7654bcc6be740276477eb2f2d6d8d90c4a63ff83.zip |
Navbar working.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |