Files
cross-lfs/BOOK
2019-03-14 01:33:01 -05:00
..
2017-07-03 01:17:21 -04:00
2017-07-02 19:48:07 -05:00
2017-08-03 20:25:26 -05:00
2017-07-02 19:48:07 -05:00
2017-07-02 19:48:07 -05:00
2017-06-10 10:11:55 -05:00
2019-03-11 13:58:38 +01:00

CLFS Book README

This document is meant to instruct the user on how to convert the book's XML 
source to other formats (e.g. HTML, PDF, PS and TXT).  First, if you have not 
already done so, please read the INSTALL file for instructions on how to install
the required software.  If you have already completed the steps outlined in the
INSTALL file, then continue reading for examples how to convert these files into
various other formats.

By default all books will be generated, to only generate the target your want
you can specify ARCHS={target} to create a particular book to any of the command
lines below. To get a list of targets use make help.

XML to XHTML:
-------------
make BASEDIR=/path/to/output/location


XML to single file XHTML (nochunks):
------------------------------------
make BASEDIR=/path/to/output/location nochunks


XML to TXT
----------
Follow the instructions for nochunks and then run:
lynx -dump /path/to/nochunks >/path/to/output


XML to PDF:
-----------
make BASEDIR=/path/to/output/location pdf