13,7 → 13,7 |
http://ftp.linuxfromscratch.org/misc/docbook-4.1.2-newent.tar.bz2 |
DSSSL DocBook Stylesheets - http://www.nwalsh.com/docbook/dsssl/ |
|
As the DocBook DTD and Stylesheets are made available as a zip achives you |
As the DocBook DTD and Stylesheets are made available as zip archives you |
may need to download the unzip package as well if your Linux system doesn't |
have one: |
|
30,8 → 30,9 |
If you want to be able to convert the book into TXT as well I recommend |
using lynx to convert HTML to TXT using the -dump option to lynx. |
|
Lynx - http://lynx.browser.org |
Lynx - http://lynx.browser.org |
|
|
You have everything you need now. Let's install this stuff. |
|
Create the /usr/share/docbook directory, cd into it and unpack the |
73,7 → 74,6 |
cp -av dsssl /usr/share/dsssl/openjade |
|
If you choose option 2, install OpenJade as follows: |
|
./configure --prefix=/usr \ |
> --enable-default-catalog=/usr/share/docbook/docbook.cat:/usr/share/dsssl/docbook/catalog:/usr/share/dsssl/openjade/catalog |
make |
93,18 → 93,14 |
make |
make install |
|
HTMLDOC: |
Install by running: |
|
Install HTMLDOC by running: |
./configure --prefix=/usr |
make |
make install |
|
|
|
The last package is Lynx which will be used for the HTML to TXT |
conversion. Install it by running: |
|
./configure --prefix=/usr |
make |
make install |