Go to file
2020-06-14 13:00:39 +00:00
appendices
bootscripts
chapter01
chapter02
chapter03
chapter04
chapter05
chapter06
chapter07
chapter08
chapter09 Fix the /etc/hosts file on systemd 2020-06-12 21:30:19 +00:00
chapter10
chapter11
images
prologue
stylesheets Slightly modify lfs.css so that the Dependencies page renders Ok on epiphany 2020-06-14 13:00:39 +00:00
udev-lfs
aux-file-data.sh
general.ent
index.xml
INSTALL
lfs-latest.php
make-aux-files.sh
Makefile
obfuscate.sh
packages.ent - Fix SBUs in libpipeline 2020-06-13 08:37:05 +00:00
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