preparing 2.4.28 some cleanup updated the news and regenerated. Daniel

* configure.in: preparing 2.4.28
* libxml.spec.in doc/Makefile.am: some cleanup
* doc/*: updated the news and regenerated.
Daniel
diff --git a/ChangeLog b/ChangeLog
index eb59a05..2a3a414 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
+
+	* configure.in: preparing 2.4.28
+	* libxml.spec.in doc/Makefile.am: some cleanup
+	* doc/*: updated the news and regenerated.
+
 Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
 
 	* HTMLparser.c: final touch at closing #87235 </p> end tags
diff --git a/configure.in b/configure.in
index 1a92004..d649326 100644
--- a/configure.in
+++ b/configure.in
@@ -6,7 +6,7 @@
 
 LIBXML_MAJOR_VERSION=2
 LIBXML_MINOR_VERSION=4
-LIBXML_MICRO_VERSION=27
+LIBXML_MICRO_VERSION=28
 LIBXML_VERSION=$LIBXML_MAJOR_VERSION.$LIBXML_MINOR_VERSION.$LIBXML_MICRO_VERSION
 LIBXML_VERSION_INFO=`expr $LIBXML_MAJOR_VERSION + $LIBXML_MINOR_VERSION`:$LIBXML_MICRO_VERSION:$LIBXML_MINOR_VERSION
 
diff --git a/doc/Makefile.am b/doc/Makefile.am
index be18b46..1b87e35 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -20,7 +20,9 @@
     APIsymbols.html APIchunk0.html
 EXTRA_DIST=xmlcatalog_man.xml tutorial/*.html tutorial/*.c tutorial/*.pdf \
            tutorial/images/*.png tutorial/images/callouts/*.png \
-	   API*.html
+	   API*.html *.1 *.xsl *.html *.gif w3c.png html/*.html \
+	   html/*.sgml libxml2-api.xml parsedecl.py index.py search.php
+
 
 man_MANS = xmllint.1 xmlcatalog.1
 
@@ -80,7 +82,4 @@
 	-(cd $(DESTDIR); gtkdoc-fixxref --module=libxml --html-dir=$(HTML_DIR))
 	-@(tar cf - tutorial | (cd $(DESTDIR)$(TARGET_DIR) && tar xvf -)
 
-dist-hook:
-	(cd $(srcdir) ; tar cvf - *.1 site.xsl *.html *.gif w3c.png html/*.html html/*.sgml libxml2-api.xml parsedecl.py index.py search.php tutorial/*.* tutorial/images/*.* tutorial/images/callouts/*.*) | (cd $(distdir); tar xf -)
-
 .PHONY : html sgml templates scan
diff --git a/doc/news.html b/doc/news.html
index b13b007..812f377 100644
--- a/doc/news.html
+++ b/doc/news.html
@@ -102,6 +102,16 @@
     Schemas</a> and <a href="http://www.w3.org/TR/xinclude">XInclude</a>
 </li>
 </ul>
+<h3>2.4.28: Nov 22 2002</h3>
+<ul>
+<li>a couple of python binding fixes</li>
+  <li>2 bug fixes in the XML push parser</li>
+  <li>potential memory leak removed (Martin Stoilov)</li>
+  <li>fix to the configure script for Unix (Dimitri Papadopoulos)</li>
+  <li>added encoding support for XInclude parse=&quot;text&quot;</li>
+  <li>autodetection of XHTML1 and specific serialization rules added</li>
+  <li>nasty threading bug fixed (William Brack) </li>
+</ul>
 <h3>2.4.27: Nov 17 2002</h3>
 <ul>
 <li>fixes for the Python bindings</li>
diff --git a/doc/xml.html b/doc/xml.html
index 80b692c..bd9e672 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -589,6 +589,17 @@
     Schemas</a> and <a href="http://www.w3.org/TR/xinclude">XInclude</a></li>
 </ul>
 
+<h3>2.4.28: Nov 22 2002</h3>
+<ul>
+  <li>a couple of python binding fixes</li>
+  <li>2 bug fixes in the XML push parser</li>
+  <li>potential memory leak removed (Martin Stoilov)</li>
+  <li>fix to the configure script for Unix (Dimitri Papadopoulos)</li>
+  <li>added encoding support for XInclude parse="text"</li>
+  <li>autodetection of XHTML1 and specific serialization rules added</li>
+  <li>nasty threading bug fixed (William Brack) </li>
+</ul>
+
 <h3>2.4.27: Nov 17 2002</h3>
 <ul>
   <li>fixes for the Python bindings</li>
@@ -2725,6 +2736,7 @@
 
 
 
+
 } </pre>
   </li>
   <li>And then use it to save the document:
diff --git a/doc/xmlio.html b/doc/xmlio.html
index 181424a..f0523d3 100644
--- a/doc/xmlio.html
+++ b/doc/xmlio.html
@@ -251,6 +251,7 @@
 
 
 
+
 } </pre>
   </li>
   <li>And then use it to save the document:
diff --git a/libxml.spec.in b/libxml.spec.in
index 67f5395..e826e68 100644
--- a/libxml.spec.in
+++ b/libxml.spec.in
@@ -133,6 +133,8 @@
 %doc python/TODO
 %doc python/libxml2class.txt
 %doc python/tests/*.py
+%doc doc/*.py
+%doc doc/python.html
 
 %changelog
 * Wed Oct 23 2002 Daniel Veillard <veillard@redhat.com>