summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-08-29 09:25:29 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-08-29 09:25:29 +0000
commitb621a5b9579a776af4744c2a00febb1905118dc8 (patch)
tree36269fb18699a7cc20ffce68c43f8387ee64843d /Makefile.am
parent8cec06a574d0722ce08a4464e36451c200367ecd (diff)
Add man pages for the generator and compiler.
2008-08-29 Johan Dahlin <johan@gnome.org> * Makefile.am: * docs/g-ir-compiler.1: * docs/g-ir-generate.1: * docs/g-ir-scanner.1: Add man pages for the generator and compiler. svn path=/trunk/; revision=518
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 72b25df..dc47259 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,10 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = girepository giscanner tools gir tests
DIST_SUBDIRS = m4 $(SUBDIRS)
-man_MANS = docs/g-ir-scanner.1
+man_MANS = \
+ docs/g-ir-compiler.1 \
+ docs/g-ir-generate.1 \
+ docs/g-ir-scanner.1
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = gobject-introspection-1.0.pc