Go to file
Pierre Labastie 365b8c74b1 Move a misplaced role="nodump"
That lead jhalfs to create a useless 801-pkgmgt script.
2021-09-13 07:35:53 +02:00
appendices Remove spaces at end of lines - appendices 2021-09-07 22:54:02 +02:00
bootscripts Remove spaces at end of lines - bootscripts 2021-09-07 23:01:23 +02:00
chapter01 Add the File upstream fixes patch to the book. 2021-09-08 10:36:09 -05:00
chapter02 Forgotten eol space in chapter02 2021-09-07 23:03:22 +02:00
chapter03 Add the File upstream fixes patch to the book. 2021-09-08 10:36:09 -05:00
chapter04
chapter05
chapter06
chapter07 Remove merge conflicts marks in chapter07/cleanup.xml 2021-09-07 23:25:03 +02:00
chapter08 Move a misplaced role="nodump" 2021-09-13 07:35:53 +02:00
chapter09
chapter10
chapter11
images
part3intro
prologue Remove spaces at end of lines - prologue 2021-09-07 22:52:28 +02:00
stylesheets Remove eol spaces in xsl stylesheets 2021-09-07 23:28:43 +02:00
udev-lfs Remove eol spaces 2021-09-07 23:10:29 +02:00
.gitignore
aux-file-data.sh
general.ent Remove eol spaces 2021-09-07 23:05:44 +02:00
git-version.sh
index.xml
INSTALL Remove eol spaces 2021-09-07 23:05:44 +02:00
lfs-latest-git.php Remove eol spaces 2021-09-07 23:10:29 +02:00
lfs-latest.php Remove eol spaces 2021-09-07 23:10:29 +02:00
make-aux-files.sh Remove eol spaces 2021-09-07 23:10:29 +02:00
Makefile Remove eol spaces 2021-09-07 23:10:29 +02:00
obfuscate.sh
packages.ent Remove eol spaces 2021-09-07 23:05:44 +02:00
patches.ent Add the File upstream fixes patch to the book. 2021-09-08 10:36:09 -05:00
pdf-fixups.sh Remove eol spaces 2021-09-07 23:10:29 +02:00
process-scripts.sh Remove eol spaces 2021-09-07 23:10:29 +02:00
README Remove eol spaces 2021-09-07 23:05:44 +02:00
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