Go to file
2023-12-06 17:29:45 +08:00
appendices util-linux: Add asciidoctor and po4a as dependencies 2023-12-05 12:11:47 +08:00
bootscripts bootscripts: change "halt stop" to "halt start" 2023-10-04 15:52:42 +02:00
chapter01 Fix cmds installing python docs (permissions) 2023-12-04 19:15:01 +01:00
chapter02 Merge remote-tracking branch 'origin/trunk' into xry111/arm64 2023-12-05 13:12:55 +08:00
chapter03 PAckage updates. 2023-10-31 14:10:03 -05:00
chapter04 Merge remote-tracking branch 'origin/trunk' into xry111/arm64 2023-12-05 13:12:55 +08:00
chapter05 Merge remote-tracking branch 'origin/trunk' into xry111/arm64 2023-12-05 13:12:55 +08:00
chapter06 Merge remote-tracking branch 'origin/trunk' into xry111/arm64 2023-12-05 13:12:55 +08:00
chapter07 Merge remote-tracking branch 'origin/trunk' into xry111/arm64 2023-12-05 13:12:55 +08:00
chapter08 Merge remote-tracking branch 'origin/trunk' into xry111/arm64 2023-12-05 13:12:55 +08:00
chapter09
chapter10 Merge remote-tracking branch 'origin/trunk' into xry111/arm64 2023-12-06 17:29:45 +08:00
chapter11
images
part3intro
prologue
stylesheets Generate utf-8 encoded html 2023-11-23 20:59:52 +01:00
udev-lfs
.gitignore
aux-file-data.sh
gen-changelog.py
general.ent
git-version.sh Merge remote-tracking branch 'origin/trunk' into xry111/arm64 2023-12-05 13:12:55 +08:00
index.xml
INSTALL
lfs-latest-git.php Update currency for setuptools 2023-11-01 11:10:45 -05:00
lfs-latest.php
make-aux-files.sh
Makefile Generate utf-8 encoded html 2023-11-23 20:59:52 +01:00
obfuscate.sh
packages.ent Use GitHub for vim download 2023-12-01 16:39:58 +08:00
patches.ent Package updates. 2023-11-30 13:00:51 -06:00
pdf-fixups.sh
process-scripts.sh
README
tidy.conf Generate utf-8 encoded html 2023-11-23 20:59:52 +01:00

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