Go to file
2006-05-03 01:05:04 +00:00
appendices Added SEO Company Canada to donators acknowledgements. 2006-04-27 17:09:30 +00:00
chapter01 Removed mention of usbfs from the fstab page since it is already covered in BLFS. 2006-05-02 21:26:13 +00:00
chapter02
chapter03 Updated to man-pages-2.31. 2006-05-02 17:36:47 +00:00
chapter04
chapter05 Updated to tcl8.4.13. 2006-05-02 17:16:36 +00:00
chapter06 Added note that there is no testsuite in man-db. Fixes ticket #1787. 2006-05-03 01:05:04 +00:00
chapter07
chapter08 Removed mention of usbfs from the fstab page since it is already covered in BLFS. 2006-05-02 21:26:13 +00:00
chapter09
prologue Added missing nodump attribute. 2006-04-23 10:18:35 +00:00
stylesheets Look fix for HTML output. 2006-05-01 18:12:26 +00:00
general.ent Updated to man-pages-2.31. 2006-05-02 17:36:47 +00:00
index.xml Placed all appendices into a common dir. 2006-04-22 12:19:49 +00:00
INSTALL
Makefile
obfuscate.sh
patches.ent
README
tidy.conf

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 
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.

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