Update Makefile for merged files" nochunks, md5sums, wget-list
[linux_from_scratch.git] / README
blob0e93b69da0004c8b38cac67354eb8931e8759ee4
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 XML to XHTML:
11 -------------
12 make BASEDIR=/path/to/output/location
15 XML to single file XHTML (nochunks):
16 ------------------------------------
17 make BASEDIR=/path/to/output/location nochunks
20 XML to TXT
21 ----------
22 Follow the instructions for nochunks and then run:
23 lynx -dump /path/to/nochunks >/path/to/output
26 XML to PDF:
27 -----------
28 make BASEDIR=/path/to/output/location pdf