Go to file
2025-01-20 00:30:14 +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 2025-01-17 00:30:12 +01:00
chapter02 Merge at Mon Jan 13 23:45:01 GMT 2025 2025-01-13 23:45:01 +00:00
chapter03 Automatic merge of trunk into multilib 2024-12-12 00:30:11 +01:00
chapter04 Merge at Mon Jan 13 23:45:01 GMT 2025 2025-01-13 23:45:01 +00: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 Automatic merge of trunk into multilib 2025-01-03 00:30:11 +01:00
chapter08 Automatic merge of trunk into multilib 2025-01-20 00:30:14 +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-12-14 00:30:11 +01:00
chapter11 os-release: Automatically update RELEASE_TYPE 2024-12-21 11:56:57 +08:00
images
part3intro English grammar fixes 2024-12-06 17:05:02 +08:00
prologue
stylesheets
udev-lfs
.gitignore
aux-file-data.sh Typos on comments. 2024-08-23 14:01:06 -05:00
gen-changelog.py
general.ent Use <userinput> as elements for lfs user and group 2025-01-02 09:12:52 +01:00
git-version.sh
index.xml
INSTALL
lfs-latest-git.php Update currency for python modules. 2024-12-08 11:40:14 -06:00
lfs-latest.php
make-aux-files.sh Fix make-aux-file for lfs-bootscript entities 2021-09-22 23:21:31 +02:00
Makefile
obfuscate.sh
packages.ent Automatic merge of trunk into multilib 2025-01-15 00:30:11 +01:00
patches.ent Package updates. 2024-12-31 11:12:12 -06:00
pdf-fixups.sh Fix pdf presentation issues and some misc issues 2022-03-14 13:08:40 -05:00
process-scripts.sh Remove eol spaces 2021-09-07 23:10:29 +02:00
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