Go to file
Bruce Dubbs 3bc662bc9e Package updates.
Update to vim-9.0.0192.
Update to iana-etc-20220803.
Update to tzdata-2022b.
Update to iproute2-5.19.0.
Update to linux-5.19.1.
Update to bc-6.0.1.
2022-08-11 16:10:56 -05:00
appendices
bootscripts Mark raid array as clean at shutdown 2022-07-23 22:42:36 +02:00
chapter01 Package updates. 2022-08-11 16:10:56 -05:00
chapter02
chapter03 Package updates. 2022-08-06 17:40:17 -05:00
chapter04
chapter05 Package updates. 2022-08-06 17:40:17 -05:00
chapter06 Package updates. 2022-08-06 17:40:17 -05:00
chapter07 texinfo: remove unneeded sed 2022-07-02 11:31:13 +08:00
chapter08 Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk 2022-08-09 21:44:54 -05:00
chapter09
chapter10
chapter11
images
part3intro
prologue typography: add a note about "Il1" or "O0" issue 2022-08-11 09:57:31 +08:00
stylesheets
udev-lfs
.gitignore
aux-file-data.sh
general.ent
git-version.sh
index.xml
INSTALL
lfs-latest-git.php
lfs-latest.php
make-aux-files.sh
Makefile
obfuscate.sh
packages.ent Package updates. 2022-08-11 16:10:56 -05:00
patches.ent Package updates. 2022-08-06 17:40:17 -05: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