Go to file
Jeremy Utley 69878eaf42 Testing Email function
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3840 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-06-22 22:04:40 +00:00
chapter01 Fixed a rather insidious little bug in Udev 2004-06-21 21:38:39 +00:00
chapter02
chapter03 Fixed a rather insidious little bug in Udev 2004-06-21 21:38:39 +00:00
chapter04 Add user lfs to group lfs (fixes bug #856) 2004-06-19 20:48:04 +00:00
chapter05 Fixed a typo 2004-06-21 17:08:21 +00:00
chapter06 Fixed a rather insidious little bug in Udev 2004-06-21 21:38:39 +00:00
chapter07 Added note that kernel doesn't set the screen font automatically when in maintenance mode (Alexander Patrakov) 2004-06-20 14:38:21 +00:00
chapter08 Fixed the identation of /etc/fstab and some tagins regresions. 2004-06-19 20:41:59 +00:00
chapter09
contrib
prologue Tags corrections. Finished my firt full review 2004-06-19 17:46:53 +00:00
stylesheets Adapted patcheslist.xsl to the new naming of patches. 2004-06-08 22:03:28 +00:00
general.ent Fixed a rather insidious little bug in Udev 2004-06-21 21:38:39 +00:00
goTidy
index.xml
INSTALL Use a configurable XSLROOTDIR to point to the DocBook XSL stylesheets 2004-06-20 14:04:39 +00:00
Makefile Use a configurable XSLROOTDIR to point to the DocBook XSL stylesheets 2004-06-20 14:04:39 +00:00
README
tidy.conf
TODO Testing Email function 2004-06-22 22:04:40 +00:00

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 PDF:
-----------

make pdf &&
cp lfs.pdf /path/to/output/location