aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorjnk0le <jnk0le@hotmail.com>2023-09-12 20:10:01 +0200
committerGitHub <noreply@github.com>2023-09-12 11:10:01 -0700
commit427aedb6e211518696de809e7d9c80a7f3bc75fe (patch)
tree3f6a6ed497ab643a2cba1e8c6faa569140748107 /build
parent38b04abd407709873b0bf2298405b92430e4076f (diff)
downloadriscv-isa-manual-427aedb6e211518696de809e7d9c80a7f3bc75fe.zip
riscv-isa-manual-427aedb6e211518696de809e7d9c80a7f3bc75fe.tar.gz
riscv-isa-manual-427aedb6e211518696de809e7d9c80a7f3bc75fe.tar.bz2
apply adoc compression (#1125)
opts are still recycled, check if html doesn't break Signed-off-by: jnk0le <jnk0le@hotmail.com>
Diffstat (limited to 'build')
-rw-r--r--build/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/Makefile b/build/Makefile
index 9b6b694..94693ab 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -28,7 +28,8 @@ docker:
cd .. && docker run -it -v .:/build riscvintl/riscv-docs-base-container-image:latest /bin/sh -c 'cd ./build; make'
# Asciidoctor options
-ASCIIDOCTOR_OPTS := --attribute=mathematical-format=svg \
+ASCIIDOCTOR_OPTS := -a compress \
+ --attribute=mathematical-format=svg \
--failure-level=ERROR \
--require=asciidoctor-bibtex \
--require=asciidoctor-diagram \