diff --git a/general.ent b/general.ent
index eec439fa74..b2d9954235 100644
--- a/general.ent
+++ b/general.ent
@@ -3,7 +3,7 @@ $LastChangedBy$
$Date$
-->
-
+
@@ -153,7 +153,7 @@ $Date$
-
+
diff --git a/general/genutils/tidy.xml b/general/genutils/tidy.xml
index 2c355d1f6b..4f7efd410f 100644
--- a/general/genutils/tidy.xml
+++ b/general/genutils/tidy.xml
@@ -4,11 +4,11 @@
%general-entities;
-
-
-
-
-
+
+
+
+
+
@@ -62,6 +62,13 @@
+ HTML Tidy tarballs are no longer generated
+ by the maintainers. To build from source, the
+ HTML Tidy developers recommend using current
+ CVS. The source tarball shown above was created by the BLFS team by pulling
+ a CVS version and generating the autotool components. BLFS made no changes
+ to the existing source files.
+
- Additional Downloads
+
- Documentation
+
- Patches
+
HTML Tidy Dependencies
- Recommended (To Build the Man Page and Quick
+
Optional
Dmalloc
@@ -114,25 +121,28 @@
Installation of HTML Tidy
- The HTML Tidy documentation
+
Install HTML Tidy by
running the following commands:
-patch -Np1 -i ../tidy-&tidy-version;-prevent_PRE_newlines-1.patch &&
-sh build/gnuauto/setup.sh &&
-./configure --prefix=/usr &&
+./configure --prefix=/usr &&
make
- This package does not come with a test suite.
+ To test the results, issue: make check.
Now, as the root user:
make install
- If you have installed, issue the following
+ If you wish to install the API documentation, issue the following
+ command as the root user:
+
+make -C htmldoc install_apidocs
+
+
-
+
Configuring HTML Tidy
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index e7fc625513..fcf37835ce 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -41,6 +41,15 @@
-->
+
+ March 27th, 2007
+
+
+ [randy] - Updated to HTML Tidy-cvs_20070326.
+
+
+
+
March 26th, 2007