Added a man page for xml-config Fredrik Hallenberg <hallon@lysator.liu.se>, Daniel.

This commit is contained in:
Daniel Veillard 2000-10-11 13:04:36 +00:00
parent 2d38f04707
commit 47c024516e
4 changed files with 17 additions and 1 deletions

View File

@ -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

View File

@ -39,7 +39,7 @@ libxml_la_SOURCES = \
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

View File

@ -93,6 +93,7 @@ rm -rf $RPM_BUILD_ROOT
%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.*

10
xml-config.1 Normal file
View File

@ -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.