aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2024-05-29 17:34:15 -0700
committerAndrew Waterman <andrew@sifive.com>2024-05-29 17:34:15 -0700
commit3bb2c658f0299187c65ddab945d64252e805bdf0 (patch)
treedd15260cd6bc39521e4a7524beb8c7f2b4c63b7a
parent120b7b08978fc948dd5efde782155bf51dd3ac74 (diff)
downloadriscv-isa-manual-3bb2c658f0299187c65ddab945d64252e805bdf0.zip
riscv-isa-manual-3bb2c658f0299187c65ddab945d64252e805bdf0.tar.gz
riscv-isa-manual-3bb2c658f0299187c65ddab945d64252e805bdf0.tar.bz2
Improve comments at top of Makefile
-rw-r--r--build/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/Makefile b/build/Makefile
index 51a498d..45de94a 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -12,6 +12,12 @@
# This Makefile is designed to automate the process of building and packaging
# the documentation for RISC-V ISA Manuals. It supports multiple build targets
# for generating documentation in various formats (PDF, HTML).
+#
+# Building with a preinstalled docker container is recommended.
+# Install by running:
+#
+# docker pull riscvintl/riscv-docs-base-container-image:latest
+#
# Build Targets
TARGETS_PDF := priv-isa.pdf unpriv-isa.pdf