Go to file
Manuel Canales Esparcia e7477591dd Added sect1info blocks to packages pages.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8366 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2007-09-07 19:16:43 +00:00
appendices Added Ken Moffat to the acknowledgements and updated Jeremy's description 2007-08-27 21:45:48 +00:00
chapter01 Added sect1info blocks to packages pages. 2007-09-07 19:16:43 +00:00
chapter02 Rewording so that a colon can be comfortably added to lead in to a command, to help people using screen readers. 2007-06-24 12:44:55 +00:00
chapter03 Change shadow download url to more stable anduin location 2007-08-27 21:45:49 +00:00
chapter04 Updated book sources to use DocBook-XML DTD 4.5 2007-03-21 18:42:58 +00:00
chapter05 Added sect1info blocks to packages pages. 2007-09-07 19:16:43 +00:00
chapter06 Added sect1info blocks to packages pages. 2007-09-07 19:16:43 +00:00
chapter07 Added sect1info blocks to packages pages. 2007-09-07 19:16:43 +00:00
chapter08 Added sect1info blocks to packages pages. 2007-09-07 19:16:43 +00:00
chapter09 Updated book sources to use DocBook-XML DTD 4.5 2007-03-21 18:42:58 +00:00
images Import the admonition graphics from the DocBook-XSL package. 2007-02-09 22:04:35 +00:00
prologue Bump the minimum host version of Bison to 1.875 as earlier versions cause Bash to misbehave. Fixes #1977. 2007-04-16 20:24:06 +00:00
stylesheets Merged r8226 from new-xsl branch. 2007-07-21 15:00:15 +00:00
general.ent Added sect1info blocks to packages pages. 2007-09-07 19:16:43 +00:00
index.xml Updated book sources to use DocBook-XML DTD 4.5 2007-03-21 18:42:58 +00:00
INSTALL Fixed ambiguity in INSTALL. 2005-07-15 21:16:18 +00:00
Makefile Make formatting tweaks 2007-07-10 19:17:18 +00:00
obfuscate.sh Added a versose flag and other fixes to the Makefile. 2007-07-06 17:54:18 +00:00
packages.ent Merge r8334 from 6.3-branch 2007-08-27 21:55:41 +00:00
patches.ent Sync trunk with 6.3 changes: man-db patch, linux-2.6.22.4, acknowledgements 2007-08-21 19:09:02 +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