diff options
author | 53hornet <53hornet@gmail.com> | 2018-07-16 21:36:06 -0400 |
---|---|---|
committer | 53hornet <53hornet@gmail.com> | 2018-07-16 21:36:06 -0400 |
commit | dcb009277942cc343afc3bd589542b30223377d0 (patch) | |
tree | 223febc10068b6854908b7d5c50af2a02cdb0e4f /makefile | |
parent | 30bca603cbdc3ada6c8cf978f124c2d5348c3b3e (diff) | |
download | md-site-dcb009277942cc343afc3bd589542b30223377d0.tar.xz md-site-dcb009277942cc343afc3bd589542b30223377d0.zip |
added resume; needs latex template and css
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/ |