summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
author53hornet <53hornet@gmail.com>2018-10-03 18:33:40 -0400
committer53hornet <53hornet@gmail.com>2018-10-03 18:33:40 -0400
commit6a190fedf4e4446b368e22a0a5117668d2eca44f (patch)
treee7fba319cedb685e1ba5c3429700cf798d465f6b /makefile
parent961448f3305264d7a665b2319cdb36e522d146a4 (diff)
downloadmd-site-6a190fedf4e4446b368e22a0a5117668d2eca44f.tar.xz
md-site-6a190fedf4e4446b368e22a0a5117668d2eca44f.zip
merging...
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 8ca11b5..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/bg.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/