Go to file
Bruce Dubbs 6d53efc6c1 Update to GRUB-2.00
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9898 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2012-07-12 00:15:53 +00:00
appendices Revert bogus commit r9894. 2012-06-23 12:04:29 +00:00
bootscripts Typo in bootscrits 2012-06-17 18:40:42 +00:00
chapter01 Update to GRUB-2.00 2012-07-12 00:15:53 +00:00
chapter02 Add a note in section abput partitioning about 2012-02-23 22:06:53 +00:00
chapter03 Upgrade to Automake-1.12.1. Fixes #3106. 2012-06-04 19:18:48 +00:00
chapter04
chapter05 Remove now unnecessary --disable-perl-regexp from chapter 5's instructions. 2012-06-07 20:08:36 +00:00
chapter06 Update to GRUB-2.00 2012-07-12 00:15:53 +00:00
chapter07 Typo 2012-06-02 15:56:38 +00:00
chapter08 Update to GRUB-2.00 2012-07-12 00:15:53 +00:00
chapter09 Add /etc/lsb-release to Chapter 9 2012-05-11 01:52:51 +00:00
images
lsb-bootscripts
prologue Add pkg-config-0.26-internal-glib 2012-06-03 17:41:05 +00:00
stylesheets
udev-config
aux-file-data.sh Allow aux-file-data.sh to be run successfully from the command line, and rename validxml target to validate. Thanks to Pierre Labastie for the report. 2012-03-05 20:16:58 +00:00
general.ent Update to GRUB-2.00 2012-07-12 00:15:53 +00:00
index.xml
INSTALL
make-aux-files.sh
Makefile Allow aux-file-data.sh to be run successfully from the command line, and rename validxml target to validate. Thanks to Pierre Labastie for the report. 2012-03-05 20:16:58 +00:00
obfuscate.sh
packages.ent Update to GRUB-2.00 2012-07-12 00:15:53 +00:00
patches.ent Incorporate perl fixes from 2012-06-03 in the perl patch 2012-06-04 21:37:32 +00:00
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