aboutsummaryrefslogtreecommitdiff
path: root/docs/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-11-18 09:47:33 +0100
committerlonkaars <loek@pipeframe.xyz>2022-11-18 09:47:33 +0100
commit3ff4176a56cb95d79fd92ac1a480e8176fa7be73 (patch)
tree9528bad849f6778212bfc39e8ee83e3fe0908b81 /docs/makefile
parentb0c3bad8340e34062324d74651880c6186991ab8 (diff)
update makefile
Diffstat (limited to 'docs/makefile')
-rw-r--r--docs/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/makefile b/docs/makefile
index a03ae03..9a994e4 100644
--- a/docs/makefile
+++ b/docs/makefile
@@ -17,7 +17,7 @@ gen/paged.polyfill.js:
gen/start.html: gen/start.m4 gen/style.css
$(M4) -I gen $< > $@
-%.html: %.md gen/start.html
+%.html: %.md gen/start.html gen/paged.polyfill.js
$(PANDOC) $< --to=html | $(CAT) gen/start.html - gen/end.html > $@
%.pdf: %.html