diff options
| author | Ted Gould <ted@gould.cx> | 2010-06-09 14:55:20 -0500 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-06-09 14:55:20 -0500 |
| commit | bf65b3514336c6b8f182a2fc9a9d0b426fb900eb (patch) | |
| tree | 133ebd154c138d47c97499688bb3e7c6f3f58b47 /configure.ac | |
| parent | 068bce1706c5ded0a9be6431c942ba0720d47707 (diff) | |
| parent | 106ec0527f0c285246c91c645265cc73f86066a3 (diff) | |
| download | libdbusmenu-bf65b3514336c6b8f182a2fc9a9d0b426fb900eb.tar.gz libdbusmenu-bf65b3514336c6b8f182a2fc9a9d0b426fb900eb.tar.bz2 libdbusmenu-bf65b3514336c6b8f182a2fc9a9d0b426fb900eb.zip | |
Adds support for gtk-doc
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 33ad44d..171bd9b 100644 --- a/configure.ac +++ b/configure.ac @@ -22,6 +22,13 @@ AC_CONFIG_MACRO_DIR([m4]) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) ########################### +# GTK Doc +########################### + +GTK_DOC_CHECK([1.4]) +GNOME_DOC_INIT + +########################### # Dependencies - GLib ########################### @@ -119,6 +126,13 @@ libdbusmenu-gtk/dbusmenu-gtk.pc tools/Makefile tools/testapp/Makefile tests/Makefile +docs/Makefile +docs/libdbusmenu-glib/Makefile +docs/libdbusmenu-glib/reference/Makefile +docs/libdbusmenu-glib/reference/version.xml +docs/libdbusmenu-gtk/Makefile +docs/libdbusmenu-gtk/reference/Makefile +docs/libdbusmenu-gtk/reference/version.xml ]) ########################### |
