From c6421a7b09ff0d7f2bee8e539d58512fdf5fd82a Mon Sep 17 00:00:00 2001 From: Marc Cromme Date: Mon, 24 Apr 2006 08:55:28 +0000 Subject: [PATCH] added man pace for yazpp-config.8 --- doc/Makefile.am | 17 ++++-- doc/yazpp-config-man.xml | 131 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 144 insertions(+), 4 deletions(-) create mode 100644 doc/yazpp-config-man.xml diff --git a/doc/Makefile.am b/doc/Makefile.am index b8a3a2e..1ff6e7b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.18 2006-04-20 11:36:40 adam Exp $ +## $Id: Makefile.am,v 1.19 2006-04-24 08:55:28 marc Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUBDIRS = common @@ -10,9 +10,13 @@ XMLFILES = \ api.xml \ license.xml \ yazpp.xml.in - + TOP=yazpp.xml -MANFILES= + +MANFILES = yazpp-config.8 + +REFFILES = yazpp-config-man.xml + HTMLFILES = \ api.html \ implementations.html \ @@ -32,7 +36,7 @@ doc_DATA = $(HTMLFILES) yazpp.pdf man_MANS = $(MANFILES) -EXTRA_DIST = $(XMLFILES) $(doc_DATA) $(man_MANS) +EXTRA_DIST = $(XMLFILES) $(doc_DATA) $(man_MANS) $(REFFILES) $(HTMLFILES): $(XMLFILES) jade -E14 -D $(srcdir) -d common/html.dsl -t sgml $(srcdir)/common/xml.dcl $(TOP) @@ -47,6 +51,11 @@ yazpp.pdf: $(XMLFILES) index.tkl: $(XMLFILES) common/tkl.xsl xsltproc common/tkl.xsl $(TOP) + +yazpp-config.8: yazpp-config-man.xml + docbook2man $(srcdir)/yazpp-config-man.xml + + clean-data-hook: rm -f [0-9]* *.bak diff --git a/doc/yazpp-config-man.xml b/doc/yazpp-config-man.xml new file mode 100644 index 0000000..fb2c1c0 --- /dev/null +++ b/doc/yazpp-config-man.xml @@ -0,0 +1,131 @@ + + + + + yazpp-config + 8 + + + + yazpp-config + Script to get information about YAZ. + + + + + yazpp-config + + + + + + + libraries + + + + DESCRIPTION + + yazpp-config is a script that returns information + that your own software should use to build software that uses YAZ. + + + + The following libraries are supported: + + + + + threads + + Use the threaded version of YAZ. + + + + + + + OPTIONS + + + + --prefix[=DIR] + + Returns prefix of YAZ or assume a different one if DIR is + specified. + + + + + --version + + Returns version of YAZ. + + + + + --libs + + Library specification be used when using YAZ. + + + + + --lalibs + + Return library specification. + + + + + --cflags + + Return C Compiler flags. + + + + + --comp + + Returns full path to YAZ' ASN.1 compiler: yaz-asncomp. + + + + + + + FILES + + prefix/bin/yazpp-config + + + prefix/lib/libyazpp*.a + + + prefix/include/yazpp/*.h + + + SEE ALSO + + yaz(7) + + + Section "How to make apps using YAZ on UNIX" in the YAZ manual. + + + + + -- 1.7.10.4