dohh generated the wrong include path :-( re-dohh forgot the new manpage

* libxml-2.0.pc.in: dohh generated the wrong include path :-(
* doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
Daniel
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 01c8f45..b995b0e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -13,6 +13,8 @@
 
 TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)/html
 
+man_MANS = xmlcatalog.1
+
 # htmldir = $(prefix)/html
 # html_DATA = gnome-dev-info.html
 
@@ -50,6 +52,6 @@
 	-(cd $(DESTDIR); gtkdoc-fixxref --module=libxml --html-dir=$(HTML_DIR))
 
 dist-hook:
-	(cd $(srcdir) ; tar cvf - *.html *.gif html/*.html html/*.sgml) | (cd $(distdir); tar xf -)
+	(cd $(srcdir) ; tar cvf - *.1 *.html *.gif html/*.html html/*.sgml) | (cd $(distdir); tar xf -)
 
 .PHONY : html sgml templates scan