From f10ded04350e19377f5c2a904db86c5395d12531 Mon Sep 17 00:00:00 2001 From: 53hornet <53hornet@gmail.com> Date: Sat, 14 Jul 2018 16:28:28 -0400 Subject: Reworking CSS; is a TOC really necessary? --- makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index fac7346..6d12cb6 100644 --- a/makefile +++ b/makefile @@ -11,10 +11,10 @@ all: css 53hor.net atc.53hor.net .PHONY: 53hor.net 53hor.net: $(53HORNET_HTML) -html/53hor.net/%.html: md/53hor.net/%.md md/53hor.net/include/nav.inc +html/53hor.net/%.html: md/53hor.net/%.md md/53hor.net/nav.html @echo "53hor.net: $< -> $@" @mkdir -p "$(@D)" - @pandoc "$<" -f markdown -t html5 -s --toc --toc-depth=3 -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/nav.html -c /styles.css -o "$@" .PHONY: atc.53hor.net atc.53hor.net: $(ATC_HTML) @@ -22,7 +22,7 @@ atc.53hor.net: $(ATC_HTML) html/atc.53hor.net/%.html: md/atc.53hor.net/%.md @echo "atc.53hor.net: $< -> $@" @mkdir -p "$(@D)" - @pandoc "$<" -f markdown -t html5 -s --toc --toc-depth=2 -c /include/styles.css -o "$@" + @pandoc "$<" -f markdown -t html5 -s --toc --toc-depth=3 -c /styles.css -o "$@" .PHONY: css css: $(CSS_HTML) -- cgit v1.2.3