summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
author53hornet <53hornet@gmail.com>2018-09-15 13:36:59 -0400
committer53hornet <53hornet@gmail.com>2018-09-15 13:36:59 -0400
commitd167f3dffa076b0440f934dec8aa571e34d35fc0 (patch)
treeac2b58ba405bb15acf5f4b2a95ec2216d889471d /makefile
parent276a4df6eef72d195a3e2d57a76f11ad1875debe (diff)
downloadmd-site-d167f3dffa076b0440f934dec8aa571e34d35fc0.tar.xz
md-site-d167f3dffa076b0440f934dec8aa571e34d35fc0.zip
In the middle of redesign
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 0d89862..0a3af0b 100644
--- a/makefile
+++ b/makefile
@@ -57,7 +57,7 @@ wedding: $(WED_OUT)
html/wedding/%.html: md/wedding/%.md md/wedding/nav.html
@echo "wedding: $< -> $@"
@mkdir -p "$(@D)"
- @pandoc "$<" -f markdown -t html5 -s -H md/wedding/background.html -B md/wedding/nav.html -c /styles.css -o "$@"
+ @pandoc "$<" -f markdown -t html5 -s -B md/wedding/nav.html -c /styles.css -o "$@"
clean:
@rm -rf html/