Go to file
Bruce Dubbs 5cef3143bf Update udev explanation.
Be consistent with ln options.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10015 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-10-02 22:40:39 +00:00
appendices Clean up build rules 2012-08-31 18:32:57 +00:00
bootscripts Add udevadm trigger --action=change line 2012-09-05 23:40:19 +00:00
chapter01
chapter02 Lots of spelling fixes. 2012-08-29 20:45:23 +00:00
chapter03 Upgrade to IPRoute2-3.6.0. Fixes #3196. 2012-10-02 20:07:42 +00:00
chapter04 Minor wording change 2011-03-01 16:13:52 +00:00
chapter05 Update udev explanation. 2012-10-02 22:40:39 +00:00
chapter06 Upgrade to IPRoute2-3.6.0. Fixes #3196. 2012-10-02 20:07:42 +00:00
chapter07 Update udev explanation. 2012-10-02 22:40:39 +00:00
chapter08
chapter09
images
prologue
stylesheets
udev-lfs Update to systemd/udev-lfs-193 2012-09-28 17:06:00 +00:00
aux-file-data.sh
general.ent
index.xml
INSTALL
make-aux-files.sh
Makefile
obfuscate.sh
packages.ent
patches.ent Upgrade to IPRoute2-3.6.0. Fixes #3196. 2012-10-02 20:07:42 +00:00
pdf-fixups.sh Disable pdf-fixups.sh 2011-06-20 23:08:09 +00:00
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