From: Glenn Washburn Date: Fri, 5 Nov 2021 19:12:58 +0000 (-0500) Subject: docs: Add documentation on packages for building documentation X-Git-Tag: grub-2.12-rc1~521 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8f116bfe1c34ca87d0b5505217364b432c34645;p=thirdparty%2Fgrub.git docs: Add documentation on packages for building documentation Signed-off-by: Glenn Washburn Reviewed-by: Daniel Kiper --- diff --git a/INSTALL b/INSTALL index 8a2b617f3..a64f63723 100644 --- 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