aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2023-01-30 09:25:01 -0500
committerBill Traynor <wmat@riscv.org>2023-01-30 09:25:01 -0500
commitd766b5ce23eb41c92a2e872df639cc4f973de937 (patch)
treefc4821f3a0f6d2cc87d88df9863a0a8b68055ba7 /build
parent270a14051ba1a0eb6a4139ced12c4eef22e110f1 (diff)
downloadriscv-isa-manual-d766b5ce23eb41c92a2e872df639cc4f973de937.zip
riscv-isa-manual-d766b5ce23eb41c92a2e872df639cc4f973de937.tar.gz
riscv-isa-manual-d766b5ce23eb41c92a2e872df639cc4f973de937.tar.bz2
Fixed the outfile name
Set outfile name back to unpriv
Diffstat (limited to 'build')
-rw-r--r--build/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/Makefile b/build/Makefile
index 6a8169b..e5903ec 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -1,7 +1,7 @@
#HEADER_SOURCE := ../src/riscv-privileged.adoc
HEADER_SOURCE := ../src/riscv-isa-unpr-conv-review.adoc
-PDF_RESULT := priv-isa-asciidoc.pdf
-#PDF_RESULT := unpriv-isa-asciidoc.pdf
+#PDF_RESULT := priv-isa-asciidoc.pdf
+PDF_RESULT := unpriv-isa-asciidoc.pdf
# Not all document sources are yet listed here. Not just adoc files but
# images/ and resources/ content. Once they are the target can remove the
# phony use.