diff options
author | Johan Dahlin <jdahlin@async.com.br> | 2008-04-29 11:29:37 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-04-29 11:29:37 +0000 |
commit | bc5755c7746752978dd34cad7454a79e2ff71b35 (patch) | |
tree | 5e7799ad1d9771622bc1a429a1bd6253417201f1 /Makefile.am | |
parent | 037f2bb7cf262cbd69a0bd70ff2dc289b1950069 (diff) | |
download | gobject-introspection-bc5755c7746752978dd34cad7454a79e2ff71b35.tar.gz |
Add a basic, unfinshed man page for g-ir-scanner, move documents into .txt
2008-04-29 Johan Dahlin <jdahlin@async.com.br>
* Makefile.am:
* docs/g-ir-scanner.1:
* metadata-annotations-proposal.txt:
* metadata-format.txt:
Add a basic, unfinshed man page for g-ir-scanner, move documents into .txt
svn path=/trunk/; revision=259
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b064a57a..94207a5b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,7 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = gir girepository giscanner tools tests DIST_SUBDIRS = m4 $(SUBDIRS) +man_MANS = docs/g-ir-scanner.1 pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = gobject-introspection.pc |