diff options
| author | Ted Gould <ted@gould.cx> | 2009-12-09 12:02:20 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2009-12-09 12:02:20 -0600 |
| commit | b67737d41f7c55e5d440e2eebd6d6adca05fb419 (patch) | |
| tree | 34d9a0493282c6764cad571a5b6563df9c5bec9f /Makefile.am | |
| parent | ec3c1bee24ce4da8bef326e8f2b659c846ff35b7 (diff) | |
| parent | bae74eff1707ab9abac1f6122506ff1b7cc20098 (diff) | |
| download | ayatana-indicator-application-b67737d41f7c55e5d440e2eebd6d6adca05fb419.tar.gz ayatana-indicator-application-b67737d41f7c55e5d440e2eebd6d6adca05fb419.tar.bz2 ayatana-indicator-application-b67737d41f7c55e5d440e2eebd6d6adca05fb419.zip | |
* Upstream update
* Adding in documentation
* Adding a pkg-config .pc file for libappindicator
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 33f9f3e..d63fda6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,15 @@ -SUBDIRS = data \ - src \ - example \ - tests +SUBDIRS = data \ + src \ + example \ + tests \ + docs -DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall +EXTRA_DIST = \ + gtk-doc.make \ + omf.make \ + xmldocs.make + +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-localinstall dist-hook: @if test -d "$(top_srcdir)/.bzr"; \ |
