Go to file
Matthew Burgess ed8ff7de8c Remove the Vim fixes patch. Fixes #2597.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9245 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2010-04-20 19:59:37 +00:00
appendices
bootscripts
chapter01 Remove the Vim fixes patch. Fixes #2597. 2010-04-20 19:59:37 +00:00
chapter02 Fix a few typos. Fixes #2618. Thanks to Chris Staub for the patch. 2010-03-27 10:36:52 +00:00
chapter03 Remove the Vim fixes patch. Fixes #2597. 2010-04-20 19:59:37 +00:00
chapter04
chapter05 Upgrade to Grep-2.6.1. Fixes #2617. 2010-03-27 10:31:55 +00:00
chapter06 Remove the Vim fixes patch. Fixes #2597. 2010-04-20 19:59:37 +00:00
chapter07 Upgrade to Udev-151. Fixes #2561. 2010-01-28 22:10:02 +00:00
chapter08 typos 2010-03-13 22:51:26 +00:00
chapter09
images
prologue Typo fix. Fixes #2625. 2010-04-14 20:36:22 +00:00
stylesheets Minor changes for consistent pdf generation 2009-01-15 07:20:24 +00:00
udev-config
aux-file-data.sh
general.ent Remove the Vim fixes patch. Fixes #2597. 2010-04-20 19:59:37 +00:00
index.xml
INSTALL
make-aux-files.sh
Makefile
obfuscate.sh Added a versose flag and other fixes to the Makefile. 2007-07-06 17:54:18 +00:00
packages.ent Upgrade to Grep-2.6.1. Fixes #2617. 2010-03-27 10:31:55 +00:00
patches.ent Remove the Vim fixes patch. Fixes #2597. 2010-04-20 19:59:37 +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