Go to file
Matthew Burgess e625c495b0 Upgrade to Linux-3.3.3. Fixes #3067.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9830 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-04-24 20:16:24 +00:00
appendices
bootscripts Bootscript change log. 2012-04-09 19:16:14 +00:00
chapter01 Upgrade to Linux-3.3.3. Fixes #3067. 2012-04-24 20:16:24 +00:00
chapter02
chapter03 Upgrade to Coreutils-8.16. Fixes #3048. 2012-04-03 21:35:16 +00:00
chapter04
chapter05 Install su as 'su', not 'su-tools' in chapter 5. Use chapter 6's 'su' for Bash. Fixes #3057. 2012-04-15 21:12:27 +00:00
chapter06 Change two group IDs to support a legacy program 2012-04-20 02:22:14 +00:00
chapter07 Update networking bootscripts. See bootscripts change log for details. 2012-04-09 19:14:33 +00:00
chapter08 Fix gid in fstab 2012-04-23 19:35:28 +00:00
chapter09
images
lsb-bootscripts
prologue
stylesheets
udev-config
aux-file-data.sh
general.ent Upgrade to Kmod-8. Fixes #3064. 2012-04-24 20:15:12 +00:00
index.xml
INSTALL
make-aux-files.sh
Makefile
obfuscate.sh
packages.ent Upgrade to Linux-3.3.3. Fixes #3067. 2012-04-24 20:16:24 +00:00
patches.ent Upgrade to Coreutils-8.16. Fixes #3048. 2012-04-03 21:35:16 +00:00
pdf-fixups.sh
process-scripts.sh
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