Go to file
2007-03-28 04:25:37 +00:00
appendices Updated book sources to use DocBook-XML DTD 4.5 2007-03-21 18:42:58 +00:00
chapter01 Reworded the introduction to the gcc specs readjustment 2007-03-28 04:25:37 +00:00
chapter02 Updated book sources to use DocBook-XML DTD 4.5 2007-03-21 18:42:58 +00:00
chapter03 Updated book sources to use DocBook-XML DTD 4.5 2007-03-21 18:42:58 +00:00
chapter04 Updated book sources to use DocBook-XML DTD 4.5 2007-03-21 18:42:58 +00:00
chapter05 Apply the branch update patch to the temp Glibc, too 2007-03-23 20:26:13 +00:00
chapter06 Reworded the introduction to the gcc specs readjustment 2007-03-28 04:25:37 +00:00
chapter07 Updated book sources to use DocBook-XML DTD 4.5 2007-03-21 18:42:58 +00:00
chapter08 Updated book sources to use DocBook-XML DTD 4.5 2007-03-21 18:42:58 +00:00
chapter09 Updated book sources to use DocBook-XML DTD 4.5 2007-03-21 18:42:58 +00:00
images Import the admonition graphics from the DocBook-XSL package. 2007-02-09 22:04:35 +00:00
prologue Updated book sources to use DocBook-XML DTD 4.5 2007-03-21 18:42:58 +00:00
stylesheets Fixed DocBook DTD version. 2007-03-25 10:20:54 +00:00
general.ent Reworded the introduction to the gcc specs readjustment 2007-03-28 04:25:37 +00:00
index.xml Updated book sources to use DocBook-XML DTD 4.5 2007-03-21 18:42:58 +00:00
INSTALL Fixed ambiguity in INSTALL. 2005-07-15 21:16:18 +00:00
Makefile Import the admonition graphics from the DocBook-XSL package. 2007-02-09 22:04:35 +00:00
obfuscate.sh Added obfuscate.sh to test it in production mode. 2005-07-22 11:50:14 +00:00
packages.ent Upgrade to Shadow-4.0.18.1. Fixes #1850. 2007-03-19 20:57:36 +00:00
patches.ent Upgrade to latest upstream bash patches 2007-03-24 19:10:17 +00:00
README Updated README and INSTALL. 2005-07-15 19:38:31 +00:00
tidy.conf HTML Tidy's newline detection appears to be broken. Force LF line endings assuming people are rendering on a Linux box 2005-07-02 22:03:29 +00: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 
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