summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 0a3af0b..0d89862 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 -B md/wedding/nav.html -c /styles.css -o "$@"
+ @pandoc "$<" -f markdown -t html5 -s -H md/wedding/background.html -B md/wedding/nav.html -c /styles.css -o "$@"
clean:
@rm -rf html/