less verbose on difference cleanup fixed xmlCleanupParser() doc work on

* check-xinclude-test-suite.py: less verbose on difference
* libxml.spec.in: cleanup
* parser.c: fixed xmlCleanupParser() doc
* doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
  doc/examples/Makefile.am doc/examples/example1.c
  doc/examples/examples.xml doc/examples/index.py
  doc/examples/test1.xml: work on adding C examples and
  generating automated information about those. examples.xml
  is autogenerated describing the examples.
* example/Makefile.am: cleanup
Daniel
diff --git a/configure.in b/configure.in
index a57351a..141ee4c 100644
--- a/configure.in
+++ b/configure.in
@@ -41,7 +41,7 @@
 
 AM_PROG_LIBTOOL
 
-AM_MAINTAINER_MODE
+# AM_MAINTAINER_MODE
 
 dnl
 dnl option to build a minimal libxml2 library
@@ -1020,8 +1020,9 @@
 ln -s Copyright COPYING
 
 AC_OUTPUT(libxml2.spec:libxml.spec.in Makefile include/Makefile
-include/libxml/Makefile doc/Makefile example/Makefile python/Makefile
-python/tests/Makefile include/libxml/xmlversion.h xml2-config libxml-2.0.pc
+include/libxml/Makefile doc/Makefile doc/examples/Makefile
+example/Makefile python/Makefile python/tests/Makefile
+include/libxml/xmlversion.h xml2-config libxml-2.0.pc
 libxml-2.0-uninstalled.pc xml2Conf.sh python/setup.py)
 
 chmod +x xml2-config xml2Conf.sh python/setup.py