aboutsummaryrefslogtreecommitdiff
path: root/build/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'build/Makefile')
-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 \