diff options
author | Bill Traynor <wmat@riscv.org> | 2023-01-27 12:15:27 -0500 |
---|---|---|
committer | Bill Traynor <wmat@riscv.org> | 2023-01-27 12:15:27 -0500 |
commit | 140f9e574f4c70496dd248b4bce67e7ba7c8e290 (patch) | |
tree | 1b3f368a36fddf4904d34d54cf85a42f0bcf1824 | |
parent | 2f4f5a720e2388f9e15e428c41ae899224ce4529 (diff) | |
download | riscv-isa-manual-140f9e574f4c70496dd248b4bce67e7ba7c8e290.zip riscv-isa-manual-140f9e574f4c70496dd248b4bce67e7ba7c8e290.tar.gz riscv-isa-manual-140f9e574f4c70496dd248b4bce67e7ba7c8e290.tar.bz2 |
Restoring makefile to unpriv only
Restoring makefile to unpriv only
-rw-r--r-- | build/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/Makefile b/build/Makefile index 5cb1c01..abfeb22 100644 --- a/build/Makefile +++ b/build/Makefile @@ -1,5 +1,5 @@ -HEADER_SOURCE := ../src/riscv-isa-unpr-conv-review.adoc ../src/riscv-privileged.adoc -PDF_RESULT := unpriv-isa-asciidoc.pdf priv-isa-asciidoc.pdf +HEADER_SOURCE := ../src/riscv-isa-unpr-conv-review.adoc +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. |