Go to file
David Bryant 091d624df5 Correct capitalization, spelling, grammar, and idiom. Tighten the
prose by removing some circumlocutions.
2022-11-17 12:08:13 -06:00
appendices
bootscripts
chapter01 changelog: fix a ticket number 2022-11-12 00:19:09 +08:00
chapter02
chapter03 Package updates and a fix. 2022-11-11 09:44:13 -06:00
chapter04
chapter05
chapter06 Package updates and a fix. 2022-11-11 09:44:13 -06:00
chapter07 Corrected grammar, spelling, and idiom in chapter 7. 2022-11-16 13:16:35 -06:00
chapter08 Correct capitalization, spelling, grammar, and idiom. Tighten the 2022-11-17 12:08:13 -06:00
chapter09
chapter10
chapter11
images
part3intro
prologue
stylesheets stylesheets: add Simplified Chinese for lfs-l10n 2022-11-12 00:05:09 +08:00
udev-lfs
.gitignore
aux-file-data.sh
general.ent
git-version.sh
index.xml
INSTALL
lfs-latest-git.php Update currency for sysvinitwq 2022-11-14 10:31:59 -06:00
lfs-latest.php
make-aux-files.sh
Makefile
obfuscate.sh
packages.ent packages: also use &pypi-src; for Jinja2 and MarkupSafe 2022-11-12 13:12:18 +08:00
patches.ent Package updates and a fix. 2022-11-11 09:44:13 -06: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.

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