summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2012-12-08 12:37:12 -0800
committerDan Nicholson <dbn.lists@gmail.com>2012-12-08 12:37:12 -0800
commit30245b2a8918de7cf3ed9e96fbb19e6a0c8cb2aa (patch)
tree0b869b2069691bd5534c395508595d2df7eee93b
parent69beecddb501b07c330110b1cc011e18e386a325 (diff)
downloadpkg-config-30245b2a8918de7cf3ed9e96fbb19e6a0c8cb2aa.tar.gz
Document PKG*INSTALLDIR autoconf macros in manpage
Freedesktop #54463 (https://bugs.freedesktop.org/show_bug.cgi?id=54463)
-rw-r--r--pkg-config.115
1 files changed, 15 insertions, 0 deletions
diff --git a/pkg-config.1 b/pkg-config.1
index 6a1142a..e91a949 100644
--- a/pkg-config.1
+++ b/pkg-config.1
@@ -344,6 +344,21 @@ to PKG_CHECK_MODULES(), but does not set variables or print errors.
Similar to PKG_CHECK_MODULES, make sure that the first instance of
this or PKG_CHECK_MODULES is called, or make sure to call
PKG_CHECK_EXISTS manually.
+.TP
+.I "PKG_INSTALLDIR(DIRECTORY)"
+
+Substitutes the variable pkgconfigdir as the location where a module
+should install pkg-config .pc files. By default the directory is
+$libdir/pkgconfig, but the default can be changed by passing DIRECTORY.
+The user can override through the --with-pkgconfigdir parameter.
+.TP
+.I "PKG_NOARCH_INSTALLDIR(DIRECTORY)"
+
+Substitutes the variable noarch_pkgconfigdir as the location where a
+module should install arch-independent pkg-config .pc files. By default
+the directory is $datadir/pkgconfig, but the default can be changed by
+passing DIRECTORY. The user can override through the
+--with-noarch-pkgconfigdir parameter.
.SH METADATA FILE SYNTAX
To add a library to the set of packages \fIpkg-config\fP knows about,