yazpp-config no longer returns zoom library by default
[yazpp-moved-to-github.git] / doc / yazpp-config-man.xml
index fb2c1c0..544d872 100644 (file)
@@ -1,16 +1,24 @@
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
-<!-- $Id: yazpp-config-man.xml,v 1.1 2006-04-24 08:55:28 marc Exp $ -->
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
+[ ]>
 <refentry id="yazpp-config">
+
+ <refentryinfo>
+  <productname>yazpp</productname>
+  <info><orgname>Index Data</orgname></info>
+ </refentryinfo>
+
  <refmeta>
   <refentrytitle>yazpp-config</refentrytitle>
-  <manvolnum>8</manvolnum>
+  <manvolnum>1</manvolnum>
+  <refmiscinfo class="manual">Commands</refmiscinfo>
  </refmeta>
+
  <refnamediv>
   <refname>yazpp-config</refname>
-  <refpurpose>Script to get information about YAZ.</refpurpose>
+  <refpurpose>Script to get information about YAZ++.</refpurpose>
  </refnamediv>
+
  <refsynopsisdiv>
   <cmdsynopsis>
    <command>yazpp-config</command>
    <arg choice="opt"><option>--libs</option></arg>
    <arg choice="opt"><option>--lalibs</option></arg>
    <arg choice="opt"><option>--cflags</option></arg>
-   <arg choice="opt"><option>--comp</option></arg>
    <arg choice="opt" rep="repeat">libraries</arg>
   </cmdsynopsis>
  </refsynopsisdiv>
+
  <refsect1><title>DESCRIPTION</title>
   <para>
    <command>yazpp-config</command> is a script that returns information
-   that your own software should use to build software that uses YAZ.
+   that your own software should use to build software that uses YAZ++.
   </para>
 
   <para>
 
   <variablelist>
    <varlistentry>
-    <term>threads</term>
+    <term>zoom</term>
     <listitem><para>
-      Use the threaded version of YAZ.
+      Report the zoompp library rather than yazpp.
      </para></listitem>
    </varlistentry>
   </variablelist>
-  
  </refsect1>
+
  <refsect1><title>OPTIONS</title>
-  
+
   <variablelist>
    <varlistentry>
     <term>--prefix[=<replaceable>DIR</replaceable>]</term>
     <listitem><para>
-      Returns prefix of YAZ or assume a different one if DIR is
+      Returns prefix of YAZ++ or assume a different one if DIR is
       specified.
      </para></listitem>
    </varlistentry>
    <varlistentry>
     <term>--version</term>
     <listitem><para>
-      Returns version of YAZ.
+      Returns version of YAZ++.
      </para></listitem>
    </varlistentry>
 
    <varlistentry>
     <term>--libs</term>
     <listitem><para>
-      Library specification be used when using YAZ.
+      Library specification be used when using YAZ++.
      </para></listitem>
    </varlistentry>
 
    <varlistentry>
     <term>--cflags</term>
     <listitem><para>
-      Return C Compiler flags.
+      Return C++ Compiler flags.
      </para></listitem>
    </varlistentry>
 
-   <varlistentry>
-    <term>--comp</term>
+
+   <!--<varlistentry>
+    <term>- -comp</term>
     <listitem><para>
       Returns full path to YAZ' ASN.1 compiler: yaz-asncomp.
      </para></listitem>
-   </varlistentry>
+   </varlistentry>-->
 
   </variablelist>
  </refsect1>
+
  <refsect1><title>FILES</title>
   <para>
    <filename><replaceable>prefix</replaceable>/bin/yazpp-config</filename>