Go to file
2023-01-17 09:59:43 +08:00
appendices dependency: add po4a as external dependency for man-db 2023-01-15 12:27:47 +08:00
bootscripts Changed "behaviour" to "behavior" throughout the LFS book. 2022-12-12 14:44:57 -06:00
chapter01 Add libsframe.so.0.0.0 to list of online-libs (used by strip itself) 2023-01-16 13:28:45 +01:00
chapter02
chapter03 Patch systemd against CVE-2022-4415 2022-12-28 09:52:50 -06:00
chapter04
chapter05
chapter06
chapter07 Standardize spelling of "userspace". 2022-12-24 10:00:23 -06:00
chapter08 binutils: remove a trailing punctuation in libsframe desc 2023-01-17 09:59:43 +08:00
chapter09 Clarified some things that seemed unclear. 2022-12-31 11:51:56 -06:00
chapter10 Typo 2023-01-02 08:02:24 +01:00
chapter11
images
part3intro
prologue Standardize spelling of "userspace". 2022-12-24 10:00:23 -06:00
stylesheets
udev-lfs
.gitignore
aux-file-data.sh
general.ent
git-version.sh Update timezone for builds 2023-01-02 14:15:43 -06:00
index.xml
INSTALL
lfs-latest-git.php
lfs-latest.php
make-aux-files.sh
Makefile
obfuscate.sh
packages.ent Fix download url of binutils 2023-01-16 07:57:51 +01:00
patches.ent Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk 2022-12-31 11:15:00 -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