Go to file
Matthew Burgess cae7e73e9e Upgrade to Tcl-8.5.12. Fixes #3147.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9927 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-08-05 14:27:28 +00:00
appendices
bootscripts lfs-udev fixes 2012-07-25 21:52:18 +00:00
chapter01
chapter02 Add a note in section abput partitioning about 2012-02-23 22:06:53 +00:00
chapter03 Upgrade to Glibc-2.16.0. Fixes #3131. 2012-08-05 14:25:02 +00:00
chapter04 Minor wording change 2011-03-01 16:13:52 +00:00
chapter05 Upgrade to Glibc-2.16.0. Fixes #3131. 2012-08-05 14:25:02 +00:00
chapter06 Upgrade to Bison-2.6.1. Fixes #3140. 2012-08-05 14:26:03 +00:00
chapter07 Updated udev to version 186. This update has a major procedure 2012-07-16 17:19:20 +00:00
chapter08 Update to GRUB-2.00 2012-07-12 00:15:53 +00:00
chapter09 Add /etc/lsb-release to Chapter 9 2012-05-11 01:52:51 +00:00
images Import the admonition graphics from the DocBook-XSL package. 2007-02-09 22:04:35 +00:00
lsb-bootscripts Remove oblolete references to consolelog 2012-02-03 03:55:07 +00:00
prologue
stylesheets
udev-config Don't try to install documentation that was removed in udev-config-20090126. 2010-01-28 22:11:43 +00:00
aux-file-data.sh
general.ent
index.xml
INSTALL
make-aux-files.sh
Makefile
obfuscate.sh
packages.ent
patches.ent
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