Go to file
2021-09-02 00:54:17 +02:00
appendices add libnsl as python optional dependency 2021-08-19 16:30:34 +08:00
bootscripts
chapter01 Automatic merge of trunk into multilib 2021-08-30 05:45:11 +02:00
chapter02 Automatic merge of trunk into multilib 2021-08-19 05:45:09 +02:00
chapter03 Automatic merge of trunk into multilib 2021-08-13 22:05:08 +02:00
chapter04
chapter05 Fix spacing 2021-08-25 09:41:21 +02:00
chapter06 Merge upstream changes 2021-07-28 15:43:47 +02:00
chapter07 Automatic merge of trunk into multilib 2021-08-27 05:45:11 +02:00
chapter08 Automatic merge of trunk into multilib 2021-08-30 05:45:11 +02:00
chapter09
chapter10 Merge upstream changes 2021-07-28 15:43:47 +02:00
chapter11 Fix a spurious space in reboot.xml 2021-09-01 18:24:19 +02:00
images
part3intro
prologue Automatic merge of trunk into multilib 2021-08-08 21:28:03 +02:00
stylesheets
udev-lfs
.gitignore
aux-file-data.sh
general.ent Point Section 11,4 to right version of BLFS 2021-08-31 23:05:37 -05:00
git-version.sh
index.xml
INSTALL
lfs-latest-git.php Fix currency for libffi 2021-08-08 11:11:20 -05:00
lfs-latest.php
make-aux-files.sh
Makefile Automatic merge of trunk into multilib 2021-08-22 05:45:22 +02:00
obfuscate.sh
packages.ent Automatic merge of trunk into multilib 2021-08-30 05:45:11 +02:00
patches.ent Package updates and a patch. 2021-08-13 12:20:37 -05: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