Minor text changes

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23568 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2020-08-19 00:39:16 +00:00
parent 640ece989f
commit d5837c519f
2 changed files with 8 additions and 14 deletions

View File

@ -3,19 +3,16 @@ $Date$
Ok, so you have downloaded the XML source. Now what? You are probably
wanting to convert these XML files to easier to read HTML, PDF, TXT
or other formatted files.
wanting to convert these XML files to easier to read HTML.
To install the programs you need to generate these formats, you need
To install the programs you need to generate html, you need
to have or install the following packages:
libxml2
libxslt
docbook-xsl-nons-1.79.2
docbook-4.5-dtd
tidy (optional for html)
JDK (for pdf)
FOP (for pdf)
tidy
The installation instructions for all these packages are available
in the BLFS book from one of the mirrors found at

13
README
View File

@ -1,10 +1,10 @@
$LastChangedBy$
$Date$
How do I convert these XML files to other formats like HTML, PDF,
and TXT? You need to have some software installed that deal with these
conversions. Please read the INSTALL file to determine what programs
you need to install and where to get instructions to install that software.
How do I convert these XML files to HTML? You need to have some software
installed that deal with these conversions. Please read the INSTALL file to
determine what programs you need to install and where to get instructions to
install that software.
After that, you can build the html with a simple 'make' command.
The default target builds the html in $(HOME)/public_html/blfs-book.
@ -12,10 +12,7 @@ The default target builds the html in $(HOME)/public_html/blfs-book.
For all targets, setting the parameter REV=systemd is needed to build the
systemd version of the book.
Other Makefile targets are: html (the default), nochunks, validate, and
blfs-patch-list.
html: builds BLFS into a hierarchy containing multiple HTML pages.
Other Makefile targets are: nochunks, validate, and blfs-patch-list.
nochunks: builds BLFS in one huge file.