From f62af149918575184987c2dfb41b1f07be6a06d9 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sat, 20 Jul 2019 15:53:03 +0200 Subject: generate minified PDFs --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9ab0169..77af9f8 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,9 @@ pdf: pdflatex -output-directory build $(NAME).tex pdflatex -output-directory build $(NAME).tex +minify: + ps2pdf -dPrinted=false build/$(NAME).pdf build/$(NAME).min.pdf + html: mkdir -p html -- cgit v1.2.3