Go to file
Manuel Canales Esparcia e188d26d39 Fix list of installed Linux headers.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8126 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-05-13 08:29:32 +00:00
appendices Updated book sources to use DocBook-XML DTD 4.5 2007-03-21 18:42:58 +00:00
chapter01 Fix post-GCC sanity check headers path 2007-05-07 19:58:09 +00:00
chapter02 Updated book sources to use DocBook-XML DTD 4.5 2007-03-21 18:42:58 +00:00
chapter03 Add an upstream patch for Ncurses, which fixes a number of issues uncovered by the Coverity static code analysis tool. Fixes #1995. 2007-05-05 21:58:20 +00:00
chapter04 Updated book sources to use DocBook-XML DTD 4.5 2007-03-21 18:42:58 +00:00
chapter05 Fixes for PDF output. 2007-04-05 19:03:40 +00:00
chapter06 Fix list of installed Linux headers. 2007-05-13 08:29:32 +00:00
chapter07 Correct a typo - write_cd_rules is the name of the script installed by Udev and referenced in our rules files 2007-05-10 18:02:14 +00:00
chapter08 Added missing tags. 2007-04-08 20:10:05 +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 Bump the minimum host version of Bison to 1.875 as earlier versions cause Bash to misbehave. Fixes #1977. 2007-04-16 20:24:06 +00:00
stylesheets Fixed DocBook DTD version. 2007-03-25 10:20:54 +00:00
general.ent Update the list of installed programs and libraries for several packages 2007-05-12 20:45:29 +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 Reverted local Makefile changes. 2007-04-15 15:52:16 +00:00
obfuscate.sh Added obfuscate.sh to test it in production mode. 2005-07-22 11:50:14 +00:00
packages.ent Removed unneeded ?download string from SourceForge URLs. 2007-05-06 08:31:14 +00:00
patches.ent Incorporate latest upstream fixes for Vim. 2007-05-05 22:05:45 +00:00
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