Go to file
Matthew Burgess 55b8111e26 Upgrade to Linux-3.7.5. Fixes #3277.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10111 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-01-29 21:22:20 +00:00
appendices Upgrade to Procps-ng-3.3.6 2013-01-22 23:27:01 +00:00
bootscripts Remove more bashisms in scripts 2013-01-24 22:25:14 +00:00
chapter01 Upgrade to Linux-3.7.5. Fixes #3277. 2013-01-29 21:22:20 +00:00
chapter02
chapter03 Upgrade to Procps-ng-3.3.6 2013-01-22 23:27:01 +00:00
chapter04
chapter05
chapter06 Another Typo 2013-01-27 23:52:56 +00:00
chapter07
chapter08
chapter09
images
prologue
stylesheets
udev-lfs
aux-file-data.sh
general.ent Upgrade to Linux-3.7.5. Fixes #3277. 2013-01-29 21:22:20 +00:00
index.xml
INSTALL
make-aux-files.sh
Makefile
obfuscate.sh
packages.ent Upgrade to Linux-3.7.5. Fixes #3277. 2013-01-29 21:22:20 +00:00
patches.ent
pdf-fixups.sh Disable pdf-fixups.sh 2011-06-20 23:08:09 +00:00
process-scripts.sh
README
tidy.conf HTML Tidy's newline detection appears to be broken. Force LF line endings assuming people are rendering on a Linux box 2005-07-02 22:03:29 +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 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