summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-04-27 11:41:02 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-04-27 11:41:02 -0400
commitb6f51d90c69e01db67e61a9c200deef2780cc4c2 (patch)
tree2dd2a5c23996c2f1ce76d7db76d4fa5147b05a69 /Makefile
parentda32f48522f1e15284864ca0deb97ee2037c9a8b (diff)
mess with the footerHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a22048d..d5cd91b 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ all: $(html.out)
all: out/style.css
all: out/header-path.svg
-pagerender.deps = bin/pagerender lib/pandoc.rb lib/template.erb
+pagerender.deps = bin/pagerender lib/pandoc.rb lib/template.erb lib/footer.md
out/%: src/%.m4
mkdir -p -- $(@D)