Go to file
2022-02-19 05:45:14 +01:00
appendices Add glib2 as an optional dependency of pkg-config 2022-02-10 10:28:23 +01:00
bootscripts
chapter01 Automatic merge of trunk into multilib 2022-02-16 05:45:10 +01:00
chapter02 Automatic merge of trunk into multilib 2022-02-19 05:45:14 +01:00
chapter03 Automatic merge of trunk into multilib 2022-02-16 05:45:10 +01:00
chapter04
chapter05 Automatic merge of trunk into multilib 2022-02-19 05:45:14 +01:00
chapter06 Automatic merge of trunk into multilib 2022-02-11 05:45:10 +01:00
chapter07 Automatic merge of trunk into multilib 2022-02-19 05:45:14 +01:00
chapter08 Automatic merge of trunk into multilib 2022-02-19 05:45:14 +01:00
chapter09 Spelling/Typos 2022-02-18 14:49:40 -06:00
chapter10 Automatic merge of trunk into multilib 2022-01-14 05:45:10 +01:00
chapter11
images Adding some new png files to supoprt alternate css 2015-08-10 17:53:57 +00:00
part3intro Fix a missing space 2022-02-11 18:29:12 +01:00
prologue Automatic merge of trunk into multilib 2022-02-19 05:45:14 +01:00
stylesheets
udev-lfs Remove eol spaces 2021-09-07 23:10:29 +02:00
.gitignore
aux-file-data.sh
general.ent Set general.ent for development 2021-09-22 23:28:01 +02:00
git-version.sh
index.xml
INSTALL
lfs-latest-git.php
lfs-latest.php Remove eol spaces 2021-09-07 23:10:29 +02:00
make-aux-files.sh
Makefile
obfuscate.sh
packages.ent Automatic merge of trunk into multilib 2022-02-18 05:45:10 +01:00
patches.ent Package updates and fixes. 2022-02-15 09:55:45 -06: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