*** empty log message ***
diff --git a/Makefile.am b/Makefile.am
index 87a2bae..0ee6959 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
+SUBDIRS = doc
+
 INCLUDES = -I@srcdir@ @CORBA_CFLAGS@
 
 noinst_PROGRAMS=tester
diff --git a/autogen.sh b/autogen.sh
index 2126886..0399185 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -46,8 +46,8 @@
         echo "to pass any to it, please specify them on the $0 command line."
 fi
 
-libtoolize --copy --force                                                     
-aclocal                                                                       
+libtoolize --copy --force
+aclocal $ACLOCAL_FLAGS
 automake --add-missing
 autoconf
 
diff --git a/configure.in b/configure.in
index 159aceb..7608694 100644
--- a/configure.in
+++ b/configure.in
@@ -50,5 +50,5 @@
 AC_FUNC_STRFTIME
 AC_CHECK_FUNCS(strdup strndup strerror snprintf )
 AC_SUBST(Z_LIBS)
-AC_OUTPUT(Makefile xml-config)
+AC_OUTPUT(Makefile doc/Makefile xml-config)
 
diff --git a/doc/Makefile.am b/doc/Makefile.am
new file mode 100644
index 0000000..ca7fb5b
--- /dev/null
+++ b/doc/Makefile.am
@@ -0,0 +1,3 @@
+htmldir = $(prefix)/html
+html_DATA = xml.html structure.gif DOM.gif
+
diff --git a/libxml.spec b/libxml.spec
index 2e983e3..c3d1020 100644
--- a/libxml.spec
+++ b/libxml.spec
@@ -1,5 +1,5 @@
 # Note that this is NOT a relocatable package
-%define ver      0.99.3
+%define ver      0.99.5
 %define rel      SNAP
 %define prefix   /usr
 
@@ -73,6 +73,7 @@
 %defattr(-, root, root)
 
 %doc AUTHORS ChangeLog NEWS README COPYING COPYING.LIB TODO
+%doc doc/DOM.gif doc/structure.gif doc/xml.html
 %{prefix}/lib/lib*.so.*
 %{prefix}/bin/xml-config