Go to file
Bruce Dubbs b6d3512cc5 Typo
2022-10-06 10:07:36 -05:00
appendices
bootscripts
chapter01
chapter02
chapter03 package: add optional instruction to change the owner of downloaded packages to root 2022-10-02 19:11:57 +08:00
chapter04 more clarification of "log in as lfs user" 2022-09-29 18:26:52 +08:00
chapter05 Fix sanity check in chapter 5 2022-10-06 09:07:42 +02:00
chapter06 Use default-pie and default-ssp flags in gcc 2022-09-09 16:15:06 +02:00
chapter07
chapter08 binutils: add a command to list failed tests 2022-10-05 18:32:56 +08:00
chapter09 kernfs: modernize the explanation for bind mounting /dev 2022-10-01 15:14:22 +08:00
chapter10
chapter11
images Adding some new png files to supoprt alternate css 2015-08-10 17:53:57 +00:00
part3intro Typo 2022-10-06 10:07:36 -05:00
prologue
stylesheets Remove trailing spaces 2022-09-11 18:54:49 +02:00
udev-lfs Replace tabs with spaces 2022-09-11 18:42:58 +02:00
.gitignore
aux-file-data.sh
general.ent
git-version.sh
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
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