diff options
author | Ted Gould <ted@canonical.com> | 2009-03-26 11:27:16 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-03-26 11:27:16 -0500 |
commit | 37af771e05d655d9fe3723a4138714c360d5fa14 (patch) | |
tree | 93347fe3a027e9da42643facd7d26451a8cc7045 | |
parent | 0d98376427b1d0382a59664bffb48f0c3377b285 (diff) | |
download | libayatana-indicator-37af771e05d655d9fe3723a4138714c360d5fa14.tar.gz libayatana-indicator-37af771e05d655d9fe3723a4138714c360d5fa14.tar.bz2 libayatana-indicator-37af771e05d655d9fe3723a4138714c360d5fa14.zip |
Getting gtkdoc stuff to be a little happier
-rwxr-xr-x | autogen.sh | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -9,4 +9,4 @@ which gnome-autogen.sh || { USE_GNOME2_MACROS=1 \ USE_COMMON_DOC_BUILD=yes \ -. gnome-autogen.sh +gnome-autogen.sh --enable-gtk-doc diff --git a/configure.ac b/configure.ac index f1887fa..90d75c7 100644 --- a/configure.ac +++ b/configure.ac @@ -91,6 +91,8 @@ AM_CONDITIONAL(USE_GIR, test "x$gir_ok" = "xyes") ########################### GTK_DOC_CHECK([1.4]) +GNOME_DOC_INIT +GNOME_COMPILE_WARNINGS ############################## # Custom Junk |