From 36c2c4b8900e01da1b2c2b1f1237379ad02dbbc1 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sat, 20 Oct 2012 11:40:55 +0200 Subject: [PATCH] Actually add the man page. --- doc/metaproxy-config.xml | 130 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 doc/metaproxy-config.xml diff --git a/doc/metaproxy-config.xml b/doc/metaproxy-config.xml new file mode 100644 index 0000000..cd72986 --- /dev/null +++ b/doc/metaproxy-config.xml @@ -0,0 +1,130 @@ + + + %local; + + %idcommon; +]> + + + Metaproxy + &version; + Index Data + + + + metaproxy-config + 1 + Commands + + + + metaproxy-config + + script to get information about the installation of Metaproxy + + + + + + metaproxy-config + + + + + + + + + + + DESCRIPTION + + + metaproxy-config is a script that returns information + that your own software should use to build software that uses Metaproxy. + + + + + OPTIONS + + + + --prefix[=DIR] + + Returns prefix of Metaproxy or assume a different one if DIR is + specified. + + + + + --version + + Returns version of Metaproxy. + + + + + --libs + + Library specification be used when linking with Metaproxy libraries. + + + + + --lalibs + + Returns library specification. + + + + + --cflags + + Returns C++ Compiler flags. + + + + + + + FILES + + prefix/bin/metaproxy-config + + + prefix/lib/libmetaproxy*.a + + + prefix/lib/metaproxy4/modules + + + prefix/include/metaproxy + + + + SEE ALSO + + + metaproxy + 1 + + + + The Metaproxy + manual. + + + + ©right; + + + + -- 1.7.10.4