Go to file
Matthew Burgess cc8de38cfc Fix minor typo in dependency list.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10366 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2013-10-21 21:44:58 +00:00
appendices Fix minor typo in dependency list. 2013-10-21 21:44:58 +00:00
bootscripts Update minimum kernel requirement for the host 2013-08-22 14:45:43 +00:00
chapter01
chapter02
chapter03
chapter04
chapter05
chapter06
chapter07
chapter08
chapter09
images
prologue
stylesheets Fix PDF book generation. Fixes #3412. 2013-10-16 18:55:24 +00:00
udev-lfs Update in preparation for systemd-208 2013-10-02 16:47:07 +00:00
aux-file-data.sh Update bootscript size calculation 2013-09-10 07:26:57 +00:00
general.ent Fix minor typo in dependency list. 2013-10-21 21:44:58 +00:00
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