From 46bebf5c54eed16e693ef73454b2744cfd6d80bf Mon Sep 17 00:00:00 2001 From: jnk0le Date: Tue, 12 Sep 2023 20:14:14 +0200 Subject: [PATCH] apply compression for adoc pdf outputs Signed-off-by: jnk0le --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 0a5d1d3..6d9dc22 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ build: @echo "Building asciidoc" asciidoctor-pdf \ + -a compress \ --attribute=mathematical-format=svg \ --attribute=pdf-fontsdir=docs-resources/fonts \ --attribute=pdf-style=docs-resources/themes/riscv-pdf.yml \