diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2009-12-05 01:21:59 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2009-12-05 01:21:59 -0500 |
commit | 9306d83d657fe880f6dc6ef039a9b07e05f0ae90 (patch) | |
tree | 3b5c699d13d86077b8a751094f5afcc9f91911a5 /Makefile.am | |
parent | 2906ee43d836d60912a8aa66f202a63cadc083d1 (diff) | |
download | libayatana-appindicator-9306d83d657fe880f6dc6ef039a9b07e05f0ae90.tar.gz libayatana-appindicator-9306d83d657fe880f6dc6ef039a9b07e05f0ae90.tar.bz2 libayatana-appindicator-9306d83d657fe880f6dc6ef039a9b07e05f0ae90.zip |
generate gtk-doc
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 33f9f3e..3c52a29 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,10 @@ -SUBDIRS = data \ - src \ - example \ - tests +SUBDIRS = data \ + src \ + docs \ + example \ + tests -DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall +DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall --enable-gtk-doc dist-hook: @if test -d "$(top_srcdir)/.bzr"; \ |