diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-10-12 23:28:10 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-10-12 23:28:10 +0000 |
commit | 9c99d2d0ee72366cab85d58f08eea4febe265bdd (patch) | |
tree | 28e68adea42b38ddefa47b4154ecb2b0effc1963 /INSTALL | |
parent | 19a21ad8759f948ca95945bfee3e8643d55d5caf (diff) |
provided new entities
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1311 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -7,8 +7,9 @@ Let's start by downloading some software. If all you want to do is being able to convert XML to HTML download the following: -OpenJade - http://openjade.sourceforge.net +OpenJade - http://openjade.sourceforge.net/ DocBook-XML DTD - http://www.docbook.org/xml/4.1.2/ +Modified DocBook Entities - http://www2.linuxfromscratch.org/ DSSSL DocBook Stylesheets - http://www.nwalsh.com/docbook/dsssl/ As the DocBook DTD and Stylesheets are made available as a zip achives you @@ -35,6 +36,10 @@ You have everything you need now. Let's install this stuff. Create the /usr/share/docbook directory, cd into it and unpack the docbook-xml dtd archive there. +Remove the ent directory and unpack the docbook-4.1.2-newent.tar.bz2 file. +This will create a new ent directory with entity files that work better +with XML. + Create the /usr/share/dsssl directory, cd into it and unpack the dsssl stylesheet archive in there. Rename the directory that's created by tar into 'docbook'. Now copy the lfs.dsl file you will find in |