From b0fb05420c684dbaf5d8084da5256b945e36acfb Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Sat, 8 May 2010 22:29:27 +0200 Subject: 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. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') 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 -- cgit v1.2.1