aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2004-06-18 18:04:55 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2004-06-18 18:04:55 +0000
commit3042296e6f99f7795884e3bf6ca8a8a646488912 (patch)
tree8af4e085c9f77cb3672adc9e1f5cf4edbafa262c /INSTALL
parent719759a51338f2092c69464740c4cf58ddbec6f7 (diff)
Mention HTMLTidy is required in the INSTALL file (Gerard Beekmans)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3809 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 926dabd87..5567fd26e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -23,6 +23,12 @@ If all you want to do is convert XML to HTML perform the following:
* DocBook XSL Stylesheets
- http://www.linuxfromscratch.org/blfs/view/cvs/pst/docbook-xsl.html
+* HTMLTidy
+ - http://tidy.sourceforge.net/
+
+ Installation of HTMLTidy is a simple `./configure --prefix=/usr && \
+ make && make install`
+
-------------------------------------------------------------------------------
If you want to be able to convert the book into PDF as well, then you will need
the FOP package. This takes an XSL-FO file (created with libxslt which you