mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-28 07:08:17 +02:00
Get rid of groff warnings when formatting pkg-config(1)...
Author: tfheen Date: 2005-02-21 07:53:41 GMT 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)
This commit is contained in:
parent
6610c301f8
commit
4a431629c2
2 changed files with 30 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
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.
|
||||
|
|
|
|||
25
pkg-config.1
25
pkg-config.1
|
|
@ -2,6 +2,26 @@
|
|||
.\" 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
|
||||
|
|
@ -130,7 +150,8 @@ This sets a global value for a variable, overriding the value in any
|
|||
\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
|
||||
|
||||
|
|
@ -243,7 +264,9 @@ file accordingly.
|
|||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue