Go to file
Jeremy Huntwork 777a14815f Added 'make headers_install' to chapter 5 Linux Headers
for the educational value and in preparation of changes
in Linux-2.6.19.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7865 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2006-11-25 18:29:16 +00:00
appendices
chapter01 Added 'make headers_install' to chapter 5 Linux Headers 2006-11-25 18:29:16 +00:00
chapter02
chapter03
chapter04
chapter05 Added 'make headers_install' to chapter 5 Linux Headers 2006-11-25 18:29:16 +00:00
chapter06 Upgrade to Coreutils-6.6. Fixes #1919. 2006-11-25 17:19:17 +00:00
chapter07
chapter08 Remove the mention of the obsolete Linux-Libc-Headers package. Fixes #1917. 2006-11-25 17:44:50 +00:00
chapter09
prologue
stylesheets
general.ent
index.xml
INSTALL
Makefile
obfuscate.sh
packages.ent Upgrade to M4-1.4.8. Fixes #1920. 2006-11-25 18:27:57 +00:00
patches.ent Upgrade to Coreutils-6.6. Fixes #1919. 2006-11-25 17:19:17 +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