Go to file
2024-11-12 08:12:40 +01:00
appendices Fix extra spacing around some xml tags. 2024-10-25 11:37:55 -05:00
bootscripts Update to lfs-bootscripts-20240825 2024-08-25 15:37:38 +08:00
chapter01 Automatic merge of trunk into multilib 2024-11-09 00:30:14 +01:00
chapter02 Fix some typos 2024-11-07 14:48:54 +01:00
chapter03 Automatic merge of trunk into multilib 2024-11-09 00:30:14 +01:00
chapter04 Automatic merge of trunk into multilib 2024-09-22 09:12:01 +02:00
chapter05 Add a note about the new sed in gcc 2024-11-12 08:12:40 +01:00
chapter06 Merge branch 'ml-tweak-gcc' into multilib 2024-11-12 02:16:24 +01:00
chapter07
chapter08 Merge branch 'ml-tweak-gcc' into multilib 2024-11-12 02:16:24 +01:00
chapter09 network: Fix the /etc/hosts line for local machine 2024-09-26 01:12:54 +08:00
chapter10 Automatic merge of trunk into multilib 2024-10-26 00:30:14 +02:00
chapter11
images
part3intro
prologue Fix some typos 2024-11-07 14:48:54 +01:00
stylesheets Fix typos 2024-08-25 15:37:34 +08:00
udev-lfs Typos on comments. 2024-08-23 14:01:06 -05:00
.gitignore
aux-file-data.sh Typos on comments. 2024-08-23 14:01:06 -05:00
gen-changelog.py
general.ent
git-version.sh Fix typos 2024-08-25 15:37:34 +08:00
index.xml
INSTALL
lfs-latest-git.php Fix currency for markupsafe. 2024-10-25 12:45:27 -05:00
lfs-latest.php
make-aux-files.sh
Makefile Automatic merge of trunk into multilib 2024-08-13 00:30:12 +02:00
obfuscate.sh
packages.ent Automatic merge of trunk into multilib 2024-11-09 00:30:14 +01:00
patches.ent Package updates. 2024-11-08 13:24:58 -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