aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2022-12-23 14:19:56 -0500
committerBill Traynor <wmat@riscv.org>2022-12-23 14:19:56 -0500
commit24715405510ecd767f5c53734b14ba6c9b05e3e0 (patch)
treeba6c55ef90c0755152415b4aeaed46d795b4be80 /build
parent0ffbdcece52e8e358d880106f9e0fef77b1e4d9d (diff)
downloadriscv-isa-manual-24715405510ecd767f5c53734b14ba6c9b05e3e0.zip
riscv-isa-manual-24715405510ecd767f5c53734b14ba6c9b05e3e0.tar.gz
riscv-isa-manual-24715405510ecd767f5c53734b14ba6c9b05e3e0.tar.bz2
What happens with no theme.
Deleted theme, fonts, and default theme statements.
Diffstat (limited to 'build')
-rw-r--r--build/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/build/Makefile b/build/Makefile
index 93f1719..abfeb22 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -4,7 +4,6 @@ PDF_RESULT := unpriv-isa-asciidoc.pdf
# images/ and resources/ content. Once they are the target can remove the
# phony use.
SOURCES := $(HEADER_SOURCE)
-PDF-THEME := ../src/resources/themes/riscv-spec.yml
all: $(PDF_RESULT)
@@ -12,9 +11,6 @@ all: $(PDF_RESULT)
$(PDF_RESULT): $(SOURCES)
asciidoctor-pdf \
--attribute=mathematical-format=svg \
- --attribute=pdf-fontsdir=../src/resources/fonts \
- --attribute=pdf-theme=../src/resources/themes/riscv-spec.yml \
- --theme default-with-font-fallbacks \
--failure-level=ERROR \
--require=asciidoctor-bibtex \
--require=asciidoctor-diagram \