Go to file
Matthew Burgess 287ea55da7 * Merged newxml into HEAD
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3434 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2004-05-03 10:33:11 +00:00
appendixa Upgrade ncurses to 5.4 2004-02-15 10:48:22 +00:00
appendixb Changing identifiers in preparation for moving sections. 2004-01-27 22:29:49 +00:00
chapter01 removed the sed from the grub instructions, as it's no longer needed 2004-03-22 11:15:20 +00:00
chapter02 Re-adding HOME to the chroot command, and a few textual shuffles. 2004-03-14 21:53:12 +00:00
chapter03 Shifting chapter contents, and moving preparational sections of chapter 5 to a separate chapter. 2004-03-07 12:09:31 +00:00
chapter04 Shifting chapter contents, and moving preparational sections of chapter 5 to a separate chapter. 2004-03-07 12:09:31 +00:00
chapter05 Re-adding HOME to the chroot command, and a few textual shuffles. 2004-03-14 21:53:12 +00:00
chapter06 removed the sed from the grub instructions, as it's no longer needed 2004-03-22 11:15:20 +00:00
chapter07 Forgetfulness makes the most traffic... 2004-02-28 11:26:41 +00:00
chapter08 Moving the final strip from the last chapter to the end of chapter 6. 2004-02-22 22:32:27 +00:00
chapter09 Re-adding HOME to the chroot command, and a few textual shuffles. 2004-03-14 21:53:12 +00:00
contrib * Merged newxml into HEAD 2004-05-03 10:33:11 +00:00
entities Shifting chapter contents, and moving preparational sections of chapter 5 to a separate chapter. 2004-03-07 12:09:31 +00:00
preface Shifting chapter contents, and moving preparational sections of chapter 5 to a separate chapter. 2004-03-07 12:09:31 +00:00
prologue * Merged newxml into HEAD 2004-05-03 10:33:11 +00:00
stylesheets * Merged newxml into HEAD 2004-05-03 10:33:11 +00:00
general.ent * Merged newxml into HEAD 2004-05-03 10:33:11 +00:00
index.xml * Merged newxml into HEAD 2004-05-03 10:33:11 +00:00
INSTALL * Merged newxml into HEAD 2004-05-03 10:33:11 +00:00
Makefile * Merged newxml into HEAD 2004-05-03 10:33:11 +00:00
README * Merged newxml into HEAD 2004-05-03 10:33:11 +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:
-------------

BASEDIR=/path/to/output/location make


XML to PDF:
-----------

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