]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
docs: Add documentation on packages for building documentation
authorGlenn Washburn <development@efficientek.com>
Fri, 5 Nov 2021 19:12:58 +0000 (14:12 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 22 Dec 2021 23:59:47 +0000 (00:59 +0100)
Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
INSTALL

diff --git a/INSTALL b/INSTALL
index 8a2b617f344f116975bb6b7a470b29844668d420..a64f637230c474b18f5c026a6b0cfc2bc51aa2a0 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -90,6 +90,10 @@ Note that `make check' will run and many tests may complete successfully
 with only a subset of these prerequisites. However, some tests may be
 skipped or fail due to missing prerequisites.
 
+To build the documentation you'll need:
+* texinfo, for the info and html documentation
+* texlive, for building the dvi and pdf documentation (optional)
+
 Configuring the GRUB
 ====================
 
@@ -146,7 +150,10 @@ The simplest way to compile this package is:
   8. Type `make install' to install the programs and any data files and
      documentation.
 
-  9. You can remove the program binaries and object files from the
+  9. Type `make html' or `make pdf' to generate the html or pdf
+     documentation.  Note, these are not built by default.
+
+ 10. You can remove the program binaries and object files from the
      source code directory by typing `make clean'.  To also remove the
      files that `configure' created (so you can compile the package for
      a different kind of computer), type `make distclean'.  There is