Go to file
2020-06-01 20:07:40 +00:00
appendices flex: move it earlier in chap6, so we can remove it from chap5 2020-05-30 14:37:08 +00:00
bootscripts
chapter01 Document xry111 changes in changelog, and remove the paragraph about bash test 2020-06-01 14:30:32 +00:00
chapter02
chapter03 Elaborate how to get needed LFS files 2020-06-01 20:07:40 +00:00
chapter04 Textual updates thanks to Kevin Buckley. 2020-03-29 20:04:31 +00:00
chapter05 flex: move it earlier in chap6, so we can remove it from chap5 2020-05-30 14:37:08 +00:00
chapter06 Document xry111 changes in changelog, and remove the paragraph about bash test 2020-06-01 14:30:32 +00:00
chapter07 sysv usage: specify -n for dmesg to set loglevel 2020-03-23 02:14:04 +00:00
chapter08 Update to linux-5.6.15 2020-05-28 07:47:18 +00:00
chapter09
images
prologue
stylesheets Sync css with blfs 2020-05-31 20:15:18 +00:00
udev-lfs
aux-file-data.sh
general.ent Fixes for bash tests 2020-05-31 17:33:35 +00:00
index.xml
INSTALL
lfs-latest.php Fix procps-ng currency 2020-05-10 16:41:49 +00:00
make-aux-files.sh
Makefile Commit forgotten Makefile in previous commit 2020-03-13 14:45:58 +00:00
obfuscate.sh
packages.ent Add an unprivileged user, tester, at the 2020-05-29 08:06:18 +00:00
patches.ent Fix various test failures: 2020-05-26 12:25:21 +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.

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