diff --git a/README.md b/README.md index 431c0d1..e90f331 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # pkgconf [![Build Status](https://travis-ci.org/pkgconf/pkgconf.svg?branch=master)](https://travis-ci.org/pkgconf/pkgconf) [![Documentation Status](https://readthedocs.org/projects/pkgconf/badge/?version=latest)](http://pkgconf.readthedocs.io/en/latest/?badge=latest) `pkgconf` is a program which helps to configure compiler and linker flags for -development frameworks. It is similar to pkg-config from freedesktop.org. +development libraries. It is similar to pkg-config from freedesktop.org. `libpkgconf` is a library which provides access to most of `pkgconf`'s functionality, to allow -other tooling such as compilers and IDEs to discover and use frameworks configured by +other tooling such as compilers and IDEs to discover and use libraries configured by pkgconf. ## using `pkgconf` with autotools diff --git a/pkgconf.1 b/pkgconf.1 index 9924ce0..040c8a9 100644 --- a/pkgconf.1 +++ b/pkgconf.1 @@ -20,7 +20,7 @@ .Sh DESCRIPTION .Nm is a program which helps to configure compiler and linker flags for -development frameworks. This allows build systems to detect other dependencies +development libraries. This allows build systems to detect other dependencies and use them with the system toolchain. .Sh GENERAL OPTIONS .Bl -tag -width indent