Go to file
Matthew Burgess a4d96cea67 Fix XML validation error.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10043 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-11-13 14:48:44 +00:00
appendices
bootscripts Include some omitted boot script changes 2012-10-14 00:10:34 +00:00
chapter01 Upgrade to Tcl-8.5.13. Fixes #3224. 2012-11-13 13:22:10 +00:00
chapter02 Lots of spelling fixes. 2012-08-29 20:45:23 +00:00
chapter03 Upgrade to Kmod-11. Fixes #3223. 2012-11-13 13:21:36 +00:00
chapter04
chapter05 Update udev explanation. 2012-10-02 22:40:39 +00:00
chapter06 Fix XML validation error. 2012-11-13 14:48:44 +00:00
chapter07 Add boot/shutdown script customization instructions 2012-10-13 16:14:09 +00:00
chapter08
chapter09 Change Freshmeat.net references to Freecode. Fixes #3216. 2012-11-02 19:01:13 +00:00
images
prologue
stylesheets
udev-lfs Update to systemd/udev-lfs-195 2012-11-01 21:48:07 +00:00
aux-file-data.sh
general.ent
index.xml
INSTALL
make-aux-files.sh
Makefile
obfuscate.sh
packages.ent
patches.ent
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