mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Minor text changes
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23568 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
640ece989f
commit
d5837c519f
9
INSTALL
9
INSTALL
@ -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
13
README
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user