From 335c76ca292b8d22b51c199856b6a0cb8bd62524 Mon Sep 17 00:00:00 2001 From: jnk0le Date: Fri, 15 Sep 2023 23:09:18 +0200 Subject: [PATCH] apply compression for adoc pdf outputs Signed-off-by: jnk0le --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 96f198d..300ed4d 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ zjid-spec.pdf: zjid/*.adoc docs-templates cp docs-templates/images/risc-v_logo.png zjid/images cp docs-templates/images/backpage.png zjid/images asciidoctor-pdf \ + -a compress \ --attribute=mathematical-format=svg \ --attribute=pdf-fontsdir=docs-templates/resources/fonts \ --attribute=pdf-style=docs-templates/resources/themes/riscv-pdf.yml \ @@ -17,6 +18,7 @@ zjpm-spec.pdf: zjpm/*.adoc docs-templates cp docs-templates/images/risc-v_logo.png zjpm/images cp docs-templates/images/backpage.png zjpm/images asciidoctor-pdf \ + -a compress \ --attribute=mathematical-format=svg \ --attribute=pdf-fontsdir=docs-templates/resources/fonts \ --attribute=pdf-style=docs-templates/resources/themes/riscv-pdf.yml \