Update to util-linux-2.30.
[linux_from_scratch.git] / README
blob08056d718a19ab952806a0d92364e933c4987010
1 LFS Book README
3 This document is meant to instruct the user on how to convert the book's XML 
4 source to other formats (e.g. HTML, PDF, PS and TXT).  First, if you have not 
5 already done so, please read the INSTALL file for instructions on how to install
6 the required software.  If you have already completed the steps outlined in the
7 INSTALL file, then continue reading for examples how to convert these files into
8 various other formats.
10 In all examples, setting the parameter REV=systemd is needed to build the 
11 systemd version of the book.
14 XML to XHTML:
15 -------------
16 make BASEDIR=/path/to/output/location
19 XML to single file XHTML (nochunks):
20 ------------------------------------
21 make BASEDIR=/path/to/output/location nochunks
24 XML to TXT
25 ----------
26 Follow the instructions for nochunks and then run:
27 lynx -dump /path/to/nochunks >/path/to/output
30 XML to PDF:
31 -----------
32 make BASEDIR=/path/to/output/location pdf