summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2010-05-08 22:29:27 +0200
committerTollef Fog Heen <tfheen@err.no>2010-05-08 22:30:33 +0200
commitb0fb05420c684dbaf5d8084da5256b945e36acfb (patch)
tree663947b692050b903750f68b97e5e0f51e484500 /Makefile.am
parent14e8c68984af71369d5a070b2a88cb096c3c9732 (diff)
downloadpkg-config-b0fb05420c684dbaf5d8084da5256b945e36acfb.tar.gz
Include an introductory guide to pkg-config
The pkg-config(1) manual includes a lot of details behind pkg-config, but not the background and usage patterns. This guide tries to provide users and developers with a starting point for pkg-config.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 95998a6..b9edccc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,6 +11,8 @@ SUBDIRS = $(GLIB_SUBDIR) check
m4dir = $(datadir)/aclocal
m4_DATA = pkg.m4
+dist_doc_DATA = pkg-config-guide.html
+
man_MANS = pkg-config.1
EXTRA_DIST = $(m4_DATA) $(man_MANS) README.win32