Go to file
2021-09-15 09:24:40 +02:00
appendices Remove spaces at end of lines - appendices 2021-09-07 22:54:02 +02:00
bootscripts
chapter01 Merge branch 'trunk' into plabs/condxml 2021-09-15 09:24:40 +02:00
chapter02 Forgotten eol space in chapter02 2021-09-07 23:03:22 +02:00
chapter03 Add the File upstream fixes patch to the book. 2021-09-08 10:36:09 -05:00
chapter04
chapter05
chapter06
chapter07 Merge branch 'trunk' into plabs/condxml 2021-09-15 09:24:40 +02:00
chapter08 Package updates. 2021-09-14 10:06:10 -05:00
chapter09
chapter10 Merge branch 'trunk' into plabs/condxml 2021-09-15 09:24:40 +02:00
chapter11
images
part3intro
prologue Merge branch 'trunk' into plabs/condxml 2021-09-15 09:24:40 +02:00
stylesheets Remove eol spaces in xsl stylesheets 2021-09-07 23:28:43 +02:00
udev-lfs Remove eol spaces 2021-09-07 23:10:29 +02:00
.gitignore
aux-file-data.sh
general.ent Merge branch 'trunk' into plabs/condxml 2021-09-15 09:24:40 +02:00
git-version.sh
index.xml
INSTALL Remove eol spaces 2021-09-07 23:05:44 +02:00
lfs-latest-git.php Remove eol spaces 2021-09-07 23:10:29 +02:00
lfs-latest.php Remove eol spaces 2021-09-07 23:10:29 +02:00
make-aux-files.sh Merge branch 'trunk' into plabs/condxml 2021-09-15 09:24:40 +02:00
Makefile Merge branch 'trunk' into plabs/condxml 2021-09-15 09:24:40 +02:00
obfuscate.sh Added a versose flag and other fixes to the Makefile. 2007-07-06 17:54:18 +00:00
packages.ent Merge branch 'trunk' into plabs/condxml 2021-09-15 09:24:40 +02:00
patches.ent Merge branch 'trunk' into plabs/condxml 2021-09-15 09:24:40 +02:00
pdf-fixups.sh Remove eol spaces 2021-09-07 23:10:29 +02:00
process-scripts.sh Remove eol spaces 2021-09-07 23:10:29 +02:00
README Remove eol spaces 2021-09-07 23:05:44 +02:00
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.

In all examples, setting the parameter REV=systemd is needed to build the
systemd version of the book.

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