Go to file
Matthew Burgess af09574373 Upgrade to latest upstream Vim patches.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8486 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-02-17 20:01:56 +00:00
appendices More updates in dependencies list. Thanks to Chris Staub for the patch. 2007-09-25 16:38:14 +00:00
chapter01 Upgrade to latest upstream Vim patches. 2008-02-17 20:01:56 +00:00
chapter02 Upgrade to E2fsprogs-1.40.5. Fixes #2138. 2008-02-07 19:35:36 +00:00
chapter03 Add a patch to fix an issue with the Automake tests. Fixes #2143. 2008-02-07 19:53:13 +00:00
chapter04
chapter05 Upgrade to Coreutils-6.10. Fixes #2133. 2008-02-07 19:47:39 +00:00
chapter06 Remove a now unnecessary sed in chapter 6's GCC instructions. Thanks to Greg Schafer for the report. 2008-02-17 19:58:48 +00:00
chapter07 Fix typo 2007-12-10 21:20:02 +00:00
chapter08 Added remap attributes to userinput tags in packages pages. 2007-09-18 21:11:00 +00:00
chapter09
images
prologue Add Perl to the list of host requirements as Glibc needs it. Fixes #2112. 2008-01-19 15:47:03 +00:00
stylesheets Merged r8368 from new-xsl branch. 2007-09-09 08:55:14 +00:00
general.ent Upgrade to E2fsprogs-1.40.6. Fixes #2149. 2008-02-17 19:57:10 +00:00
index.xml
INSTALL
Makefile Make sure obfuscate.sh is run using Bash. It fails on Ubuntu which has /bin/sh linked to dash. 2008-01-27 17:24:19 +00:00
obfuscate.sh Added a versose flag and other fixes to the Makefile. 2007-07-06 17:54:18 +00:00
packages.ent Upgrade to Udev-config-20080217. 2008-02-17 20:01:33 +00:00
patches.ent Upgrade to latest upstream Vim patches. 2008-02-17 20:01:56 +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