diff options
author | Johan Dahlin <johan@gnome.org> | 2008-08-29 09:25:29 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-08-29 09:25:29 +0000 |
commit | b621a5b9579a776af4744c2a00febb1905118dc8 (patch) | |
tree | 36269fb18699a7cc20ffce68c43f8387ee64843d /Makefile.am | |
parent | 8cec06a574d0722ce08a4464e36451c200367ecd (diff) | |
download | gobject-introspection-b621a5b9579a776af4744c2a00febb1905118dc8.tar.gz |
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.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 72b25df4..dc472592 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 |