Go to file
2023-04-01 01:22:40 +08:00
appendices dependencies: Add flit-core 2023-04-01 01:22:40 +08:00
bootscripts Changed "behaviour" to "behavior" throughout the LFS book. 2022-12-12 14:44:57 -06:00
chapter01 Package updates 2023-03-31 22:25:35 +08:00
chapter02 Typo fix for convenience partitions 2023-03-21 14:20:13 -05:00
chapter03
chapter04 Typo 2023-02-12 14:19:14 -06:00
chapter05 glibc: Remove a sed useless for 2.37 2023-02-02 15:47:05 +08:00
chapter06 Package updates 2023-03-05 10:57:09 +08:00
chapter07
chapter08 coreutils: Fix a bug in checksum utilities for failure reporting 2023-03-31 22:46:00 +08:00
chapter09
chapter10 kernel: [revision="systemd"] Disable CONFIG_PSI_DEFAULT_DISABLED 2023-03-21 15:38:56 +08:00
chapter11 reboot.xml: Minor typo fix 2023-03-23 15:02:26 -05:00
images
part3intro Edited for clarity, punctuation, and English idiom. 2022-11-03 13:12:33 -05:00
prologue
stylesheets
udev-lfs Replace tabs with spaces 2022-09-11 18:42:58 +02:00
.gitignore
aux-file-data.sh
gen-changelog.py
general.ent
git-version.sh
index.xml
INSTALL
lfs-latest-git.php
lfs-latest.php
make-aux-files.sh
Makefile
obfuscate.sh
packages.ent
patches.ent
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