From dcb009277942cc343afc3bd589542b30223377d0 Mon Sep 17 00:00:00 2001 From: 53hornet <53hornet@gmail.com> Date: Mon, 16 Jul 2018 21:36:06 -0400 Subject: added resume; needs latex template and css --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') 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/ -- cgit v1.2.3