Go to file
2022-02-28 05:45:10 +01:00
appendices Add glib2 as an optional dependency of pkg-config 2022-02-10 10:28:23 +01:00
bootscripts
chapter01 Automatic merge of trunk into multilib 2022-02-24 05:45:10 +01:00
chapter02 Automatic merge of trunk into multilib 2022-02-19 05:45:14 +01:00
chapter03 Automatic merge of trunk into multilib 2022-02-25 05:45:10 +01:00
chapter04 Automatic merge of trunk into multilib 2022-02-06 05:45:15 +01:00
chapter05 Automatic merge of trunk into multilib 2022-02-19 05:45:14 +01:00
chapter06 Automatic merge of trunk into multilib 2022-02-11 05:45:10 +01:00
chapter07 Automatic merge of trunk into multilib 2022-02-19 05:45:14 +01:00
chapter08 Automatic merge of trunk into multilib 2022-02-28 05:45:10 +01:00
chapter09 Do a minor reword in networkd.xml and move Firmware Drivers to the 2022-02-26 23:18:28 -06:00
chapter10 Automatic merge of trunk into multilib 2022-02-28 05:45:10 +01:00
chapter11
images
part3intro part 3 intro: warn that don't copy source tree with cp -R 2022-02-22 13:34:36 +08:00
prologue Automatic merge of trunk into multilib 2022-02-19 05:45:14 +01:00
stylesheets
udev-lfs
.gitignore
aux-file-data.sh
general.ent
git-version.sh
index.xml
INSTALL doc: correct the URL of BLFS docbook-xml-4.5 page 2022-02-23 02:10:17 +08:00
lfs-latest-git.php
lfs-latest.php
make-aux-files.sh
Makefile
obfuscate.sh
packages.ent Automatic merge of trunk into multilib 2022-02-24 05:45:10 +01:00
patches.ent Package updates and fixes. 2022-02-15 09:55:45 -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