summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
author53hornet <53hornet@gmail.com>2018-07-16 21:36:06 -0400
committer53hornet <53hornet@gmail.com>2018-07-16 21:36:06 -0400
commitdcb009277942cc343afc3bd589542b30223377d0 (patch)
tree223febc10068b6854908b7d5c50af2a02cdb0e4f /makefile
parent30bca603cbdc3ada6c8cf978f124c2d5348c3b3e (diff)
downloadmd-site-dcb009277942cc343afc3bd589542b30223377d0.tar.xz
md-site-dcb009277942cc343afc3bd589542b30223377d0.zip
added resume; needs latex template and css
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 3857b72..102288c 100644
--- a/makefile
+++ b/makefile
@@ -44,10 +44,10 @@ html/53hor.net/%.html: md/53hor.net/%.md md/53hor.net/nav.html
.PHONY: atc.53hor.net
atc.53hor.net: $(ATC_OUT)
-html/atc.53hor.net/%.html: md/atc.53hor.net/%.md
+html/atc.53hor.net/%.html: md/atc.53hor.net/%.md md/atc.53hor.net/nav.html
@echo "atc.53hor.net: $< -> $@"
@mkdir -p "$(@D)"
- @pandoc "$<" -f markdown -t html5 -s --toc --toc-depth=2 -c /styles.css -o "$@"
+ @pandoc "$<" -f markdown -t html5 -s --toc --toc-depth=3 -B md/atc.53hor.net/nav.html -c /styles.css -o "$@"
clean:
@rm -rf html/