Go to file
Bruce Dubbs 15a3b47e9d Typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/10.1@12148 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2021-02-28 17:06:01 +00:00
appendices
bootscripts Update to bc-3.2.6. 2021-02-02 16:15:16 +00:00
chapter01 Typo 2021-02-28 17:06:01 +00:00
chapter02
chapter03
chapter04
chapter05 document x86 ISA level related breakage and workaround 2021-02-13 02:26:13 +00:00
chapter06
chapter07
chapter08 fix grub to prevent generation of a huge binary blob for lzma compression 2021-02-20 21:02:59 +00:00
chapter09
chapter10
chapter11 reboot: use umount -R to simplify the commands 2021-02-27 04:45:36 +00:00
images
part3intro
prologue
stylesheets
udev-lfs Also update udev-lfs Makefile in source 2017-11-02 15:34:05 +00:00
aux-file-data.sh
general.ent LFS-10.1 2021-02-28 16:27:45 +00:00
index.xml Slightly change the layout in part III, so that the preliminary material 2020-06-17 20:50:25 +00:00
INSTALL
lfs-latest.php Fix procps-ng currency 2021-02-11 18:19:06 +00:00
make-aux-files.sh
Makefile
obfuscate.sh
packages.ent LFS-10.1 2021-02-28 16:27:45 +00:00
patches.ent
pdf-fixups.sh
process-scripts.sh Move directory to make build easier 2012-09-01 02:31:13 +00: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