Go to file
2023-05-19 12:18:39 -05:00
appendices dependencies: Extend iproute2 external dependencies 2023-04-15 20:48:00 +08:00
bootscripts
chapter01 Package updates. 2023-05-18 13:36:37 -05:00
chapter02 Typo fix for convenience partitions 2023-03-21 14:20:13 -05:00
chapter03 packages: Add flit-core into download page 2023-04-01 00:55:06 +08:00
chapter04
chapter05 Create new branch for gcc13 2023-04-27 10:01:17 -05:00
chapter06 coreutils: Explain gl_cv_macro_MB_CUR_MAX_good=yes 2023-05-07 10:56:05 +08:00
chapter07 Package updates. 2023-05-18 13:36:37 -05:00
chapter08 Skip a problem test in util-linux. 2023-05-18 19:33:31 -05:00
chapter09
chapter10
chapter11
images
part3intro
prologue
stylesheets
udev-lfs Replace tabs with spaces 2022-09-11 18:42:58 +02:00
.gitignore
aux-file-data.sh
gen-changelog.py gen-changelog: Mark security fix correctly 2023-04-01 01:45:36 +08:00
general.ent
git-version.sh
index.xml
INSTALL
lfs-latest-git.php Tweak ninja currency 2023-05-19 12:18:39 -05:00
lfs-latest.php
make-aux-files.sh
Makefile
obfuscate.sh
packages.ent Package updates. 2023-05-18 13:36:37 -05:00
patches.ent patches: Bump coreutils i18n patch md5sum for 9.2 2023-03-31 22:45:34 +08: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