Added a man page for xml-config Fredrik Hallenberg <hallon@lysator.liu.se>, Daniel.
diff --git a/ChangeLog b/ChangeLog
index 035aeef..48506cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
+
+	* xml-config.1 Makefile.am libxml.spec.in: adding a man page for
+	  xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
+
 Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
 
 	* xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
diff --git a/Makefile.am b/Makefile.am
index 4fe9882..bff30d7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,7 +39,7 @@
 DEPS = $(top_builddir)/libxml.la
 LDADDS = $(top_builddir)/libxml.la @Z_LIBS@ @M_LIBS@
 
-man_MANS = xmllint.1 libxml.4
+man_MANS = xmllint.1 xml-config.1 libxml.4
 
 m4datadir = $(datadir)/aclocal                                                  m4data_DATA = libxml.m4
 
diff --git a/libxml.spec.in b/libxml.spec.in
index 82753d8..f845243 100644
--- a/libxml.spec.in
+++ b/libxml.spec.in
@@ -93,6 +93,7 @@
 
 %doc AUTHORS ChangeLog NEWS README COPYING COPYING.LIB TODO
 %doc /usr/man/man1/xmllint.1*
+%doc /usr/man/man1/xml-config.1*
 %doc /usr/man/man4/libxml.4*
 
 %{prefix}/lib/lib*.so.*
diff --git a/xml-config.1 b/xml-config.1
new file mode 100644
index 0000000..7e3e1d0
--- /dev/null
+++ b/xml-config.1
@@ -0,0 +1,10 @@
+.TH GNOME-XML 1 "3 July 1999" Version 1.1.0
+.SH NAME
+xml-config - script to get information about the installed version of GNOME-XML
+.SH SYNOPSIS
+.B xml-config
+[\-\-prefix\fI[=DIR]\fP] [\-\-libs] [\-\-cflags] [\-\-version] [\-\-help]
+.SH DESCRIPTION
+\fIxml-config\fP is a tool that is used to determine the compile and
+linker flags that should be used to compile and link programs that use
+\fIGNOME-XML\fP.