2003-09-10 02:13:03 +01:00
|
|
|
LFS 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
|
2004-05-03 11:33:11 +01:00
|
|
|
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
|
2003-09-10 02:13:03 +01:00
|
|
|
various other formats.
|
2001-02-22 18:21:07 +00:00
|
|
|
|
2004-05-03 11:33:11 +01:00
|
|
|
XML to XHTML:
|
|
|
|
-------------
|
2002-03-20 18:07:58 +00:00
|
|
|
|
2004-05-03 11:33:11 +01:00
|
|
|
BASEDIR=/path/to/output/location make
|
2001-02-22 18:21:07 +00:00
|
|
|
|
|
|
|
|
2004-05-03 11:33:11 +01:00
|
|
|
XML to PDF:
|
2001-02-22 18:21:07 +00:00
|
|
|
-----------
|
|
|
|
|
2004-05-03 11:33:11 +01:00
|
|
|
make pdf &&
|
|
|
|
cp lfs.pdf /path/to/output/location
|