Go to file
2022-03-26 05:45:09 +01:00
appendices Add glib2 as an optional dependency of pkg-config 2022-02-10 10:28:23 +01:00
bootscripts
chapter01
chapter02 Automatic merge of trunk into multilib 2022-02-19 05:45:14 +01:00
chapter03 Automatic merge of trunk into multilib 2022-03-17 15:30:05 +01:00
chapter04 Automatic merge of trunk into multilib 2022-03-17 15:30:05 +01:00
chapter05 Automatic merge of trunk into multilib 2022-03-25 05:45:09 +01:00
chapter06
chapter07
chapter08
chapter09
chapter10
chapter11
images
part3intro
prologue
stylesheets
udev-lfs
.gitignore
aux-file-data.sh
general.ent
git-version.sh Package updates. 2021-12-31 07:10:48 -06:00
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 Remove eol spaces 2021-09-07 23:10:29 +02:00
README
tidy.conf Adjust tidy.conf for recent version 2018-09-04 16:33:51 +00: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