From 706f5ab73fedd5f2cc17a849c8ccef6b4d226a8f Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 14 Dec 2022 20:50:00 +0100 Subject: add design ramblings --- docs/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/makefile') 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 > $@ -- cgit v1.2.3