Go to file
2024-04-01 14:23:54 +02:00
appendices
bootscripts bootscripts: change "halt stop" to "halt start" 2023-10-04 15:52:42 +02:00
chapter01
chapter02 Automatic merge of trunk into multilib 2024-02-03 00:30:21 +01:00
chapter03 Automatic merge of trunk into multilib 2024-03-21 00:30:13 +01:00
chapter04 Automatic merge of trunk into multilib 2024-01-26 00:30:11 +01:00
chapter05 Automatic merge of trunk into multilib 2024-01-27 00:30:17 +01:00
chapter06 Automatic merge of trunk into multilib 2024-01-27 00:30:17 +01:00
chapter07 Adopt instruction changes 2024-04-01 14:23:54 +02:00
chapter08 Adopt instruction changes 2024-04-01 14:23:54 +02:00
chapter09 Minor text changes 2024-02-27 12:29:43 -06:00
chapter10 Automatic merge of trunk into multilib 2024-03-03 00:30:21 +01:00
chapter11
images
part3intro
prologue
stylesheets Fix rendering of non-chunked output 2024-03-04 17:31:33 +01:00
udev-lfs Update to udev-lfs-20230818 2023-08-18 10:35:49 -05:00
.gitignore
aux-file-data.sh
gen-changelog.py
general.ent
git-version.sh
index.xml
INSTALL
lfs-latest-git.php Fix currency and cleanup 2024-03-20 09:46:44 -05:00
lfs-latest.php
make-aux-files.sh
Makefile
obfuscate.sh
packages.ent
patches.ent
pdf-fixups.sh
process-scripts.sh Remove eol spaces 2021-09-07 23:10:29 +02:00
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