diff options
author | Ted Gould <ted@gould.cx> | 2009-12-08 14:43:24 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-08 14:43:24 -0600 |
commit | fbb083f6f0ef0c3398253b00ad129ada325b84d8 (patch) | |
tree | 52c67d499538b4027f5e633a3934a005dd958690 /configure.ac | |
parent | bfb9e7775ff9a688690558cade7e2778e56a1f3c (diff) | |
parent | 86b124f05043bae6ee79bb9be03bee69a55eee52 (diff) | |
download | libayatana-appindicator-fbb083f6f0ef0c3398253b00ad129ada325b84d8.tar.gz libayatana-appindicator-fbb083f6f0ef0c3398253b00ad129ada325b84d8.tar.bz2 libayatana-appindicator-fbb083f6f0ef0c3398253b00ad129ada325b84d8.zip |
Ken's gtk-doc integration branch
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1b5e120..b795e93 100644 --- a/configure.ac +++ b/configure.ac @@ -26,6 +26,13 @@ AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal]) PKG_PROG_PKG_CONFIG ########################### +# GTK Doc +########################### + +GTK_DOC_CHECK([1.9]) +AC_CONFIG_MACRO_DIR(m4) + +########################### # Dependencies ########################### @@ -82,6 +89,9 @@ src/Makefile data/Makefile tests/Makefile example/Makefile +docs/Makefile +docs/reference/Makefile +docs/reference/version.xml ]) ########################### |