aboutsummaryrefslogtreecommitdiff
path: root/docs/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-12-14 20:50:00 +0100
committerlonkaars <loek@pipeframe.xyz>2022-12-14 20:50:00 +0100
commit706f5ab73fedd5f2cc17a849c8ccef6b4d226a8f (patch)
tree0104f9071159e7d4f3d734a61398d7f0ebe6a415 /docs/makefile
parentde08b4a3f217a9321c52c237f974a6733564504e (diff)
add design ramblings
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 78a931a..55aa9ab 100644
--- a/docs/makefile
+++ b/docs/makefile
@@ -11,7 +11,7 @@ PDF_T = $(SRCS:.md=.pdf)
.PRECIOUS: %.toc %.con
-all: $(PDF_T)
+all: $(HTML_T)
gen/paged.polyfill.js:
$(CURL) -Ls https://unpkg.com/pagedjs/dist/paged.polyfill.js > $@