diff options
author | 53hornet <53hornet@gmail.com> | 2018-10-03 18:33:40 -0400 |
---|---|---|
committer | 53hornet <53hornet@gmail.com> | 2018-10-03 18:33:40 -0400 |
commit | 6a190fedf4e4446b368e22a0a5117668d2eca44f (patch) | |
tree | e7fba319cedb685e1ba5c3429700cf798d465f6b /makefile | |
parent | 961448f3305264d7a665b2319cdb36e522d146a4 (diff) | |
download | md-site-6a190fedf4e4446b368e22a0a5117668d2eca44f.tar.xz md-site-6a190fedf4e4446b368e22a0a5117668d2eca44f.zip |
merging...
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ |