From: Adam Dickmeiss Date: Tue, 28 Sep 2004 20:38:25 +0000 (+0000) Subject: Man page idzebra-config.1 X-Git-Tag: snippet.version.1~318 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=d405706f8daf33323ebf1f6223b550ff50171c6c Man page idzebra-config.1 --- diff --git a/doc/Makefile.am b/doc/Makefile.am index a78abf3..10799df 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.24 2004-08-19 13:10:49 adam Exp $ +## $Id: Makefile.am,v 1.25 2004-09-28 20:38:25 adam Exp $ docdir=$(datadir)/doc/@PACKAGE@ SUPPORTFILES = \ @@ -34,9 +34,9 @@ HTMLFILES = \ PNGFILES=zebra.png EPSFILES=zebra.eps -MANFILES=zebraidx.1 zebrasrv.8 +MANFILES=zebraidx.1 zebrasrv.8 idzebra-config.1 -REFFILES=zebraidx-man.sgml zebrasrv-man.sgml +REFFILES=zebraidx-man.sgml zebrasrv-man.sgml idzebra-config-man.sgml doc_DATA = $(HTMLFILES) zebra.pdf $(PNGFILES) man_MANS = $(MANFILES) @@ -53,6 +53,9 @@ zebraidx.1: zebraidx-man.sgml zebraidx-options.xml zebraidx-commands.xml zebrasrv.8: zebrasrv-man.sgml docbook2man $(srcdir)/zebrasrv-man.sgml +idzebra-config.1: idzebra-config-man.sgml + docbook2man $(srcdir)/idzebra-config-man.sgml + $(HTMLFILES): $(XMLFILES) jade -E14 -D $(srcdir) -d zebrahtml.dsl -t sgml $(srcdir)/xml.dcl zebra.xml diff --git a/doc/idzebra-config-man.sgml b/doc/idzebra-config-man.sgml new file mode 100644 index 0000000..a84ff50 --- /dev/null +++ b/doc/idzebra-config-man.sgml @@ -0,0 +1,129 @@ + + + + + + idzebra-config + 1 + + + + idzebra-config + Script to get information about idzebra + + + + + idzebra-config + + + + + + + libraries + + + + DESCRIPTION + + idzebra-config is a script that returns information + that your own software should use to build software that uses idzebra. + + + + The following libraries are supported: + + + + None (yet) + + + + + OPTIONS + + + + --prefix[=DIR] + + Returns prefix of idzebra or assume a different one if DIR is + specified. + + + + + --version + + Returns version of idzebra. + + + + + --libs + + Library specification be used when linking with idzebra. + + + + + --lalibs + + Return library specification. + + + + + --cflags + + Return C Compiler flags. + + + + + --tabs + + Return directory of idzebra tables. + + + + + + + FILES + + prefix/bin/idzebra-config + + + prefix/lib/libidzebra*.a + + + prefix/include/idzebra/*.h + + + + + +