Remove -v from "chown -R tester" commands
[lfs.git] / README
blobd61d87a931fcf28b06d870e765b474f01e945294
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.
13 XML to XHTML:
14 -------------
15 make BASEDIR=/path/to/output/location
18 XML to single file XHTML (nochunks):
19 ------------------------------------
20 make BASEDIR=/path/to/output/location nochunks
22 XML to TXT
23 ----------
24 Follow the instructions for nochunks and then run:
25 lynx -dump /path/to/nochunks >/path/to/output
27 XML to PDF:
28 -----------
29 make BASEDIR=/path/to/output/location pdf