Go to file
Jeremy Huntwork a65fcb2442 Fixed kbd to build and install setkeycodes, getkeycodes and resizecons.
Also move loadkeys to /bin from /usr/bin for use by the bootscripts.
Thanks, Greg Schafer.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8536 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2008-04-23 12:46:41 +00:00
appendices More updates in dependencies list. Thanks to Chris Staub for the patch. 2007-09-25 16:38:14 +00:00
chapter01 Fixed kbd to build and install setkeycodes, getkeycodes and resizecons. 2008-04-23 12:46:41 +00:00
chapter02 Upgrade to E2fsprogs-1.40.5. Fixes #2138. 2008-02-07 19:35:36 +00:00
chapter03 Added patch for 256-byte inode support in GRUB. Fixes #2161. 2008-04-03 16:44:21 +00:00
chapter04 Updated book sources to use DocBook-XML DTD 4.5 2007-03-21 18:42:58 +00:00
chapter05 Fixed a couple of typos 2008-04-22 15:27:23 +00:00
chapter06 Fixed kbd to build and install setkeycodes, getkeycodes and resizecons. 2008-04-23 12:46:41 +00:00
chapter07 Correct the name of ru-ms keymap in the example (ru_ms is wrong even for 1.12). 2008-02-27 00:11:42 +00:00
chapter08 Added remap attributes to userinput tags in packages pages. 2007-09-18 21:11:00 +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 More tweaks to version-check.sh 2008-04-11 22:19:24 +00:00
stylesheets Merged r8368 from new-xsl branch. 2007-09-09 08:55:14 +00:00
general.ent Fixed kbd to build and install setkeycodes, getkeycodes and resizecons. 2008-04-23 12:46:41 +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 sure obfuscate.sh is run using Bash. It fails on Ubuntu which has /bin/sh linked to dash. 2008-01-27 17:24:19 +00:00
obfuscate.sh Added a versose flag and other fixes to the Makefile. 2007-07-06 17:54:18 +00:00
packages.ent Updated Kbd to 1.14.1. Fixes #2162. 2008-04-22 21:10:14 +00:00
patches.ent Added patch for 256-byte inode support in GRUB. Fixes #2161. 2008-04-03 16:44:21 +00:00
README Updated README and INSTALL. 2005-07-15 19:38:31 +00:00
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