+2005-02-21 Tollef Fog Heen <tfheen@err.no>
+
+ * pkg-config.1: Get rid of groff warnings when formatting
+ pkg-config(1) on an 80-column terminal. Thanks to Colin Watson
+ and Ubuntu for the fix. (Freedesktop #148)
+
2005-02-21 Tollef Fog Heen <tfheen@err.no>
* glib-patches/*: Add patches for compiling with modern autotools.
.\" pkg-config manual page.
.\" (C) Red Hat, Inc. based on gnome-config man page (C) Miguel de Icaza (miguel@gnu.org)
.\"
+.
+.\" Macros to disable groff line adjustment warnings that we can't easily
+.\" fix in the text.
+.ie \n(.g \{\
+. de DW
+. nr .oldwarn \n[.warn]
+. warn 0
+. .
+. de EW
+. warn \n[.oldwarn]
+. .
+.\}
+.el \
+.\{ \
+. de DW
+. .
+. de EW
+. .
+.\}
+.
.TH pkg-config 1
.SH NAME
pkg-config \- Return metainformation about installed libraries
\fI.pc\fP files. Most packages define the variable "prefix", for
example, so you can say:
.nf
- $ pkg-config --print-errors --define-variable=prefix=/foo --variable=prefix glib-2.0
+ $ pkg-config --print-errors --define-variable=prefix=/foo \e
+ --variable=prefix glib-2.0
/foo
.fi
In addition to the \fIPKG_CONFIG_PATH\fP environment variable, the
Registry keys
+.DW
\fIHKEY_CURRENT_USER\\Software\\pkgconfig\\PKG_CONFIG_PATH\fP and
+.EW
\fIHKEY_LOCAL_MACHINE\\Software\\pkgconfig\\PKG_CONFIG_PATH\fP can be
used to specify directories to search for .pc files. Each (string)
value in these keys is treated as a directory where to look for .pc