diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-06-19 04:06:05 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-06-20 00:43:28 +0800 |
commit | c6911b3029629f1032dd594249c099d79efe9fe1 (patch) | |
tree | 72cf7960f344ef63488af633a66dab684ae5b32a /Makefile.am | |
parent | c0d998229d5a3d2b65445b9025de7b23112f4063 (diff) | |
download | gsoc2013-evolution-c6911b3029629f1032dd594249c099d79efe9fe1.tar.gz gsoc2013-evolution-c6911b3029629f1032dd594249c099d79efe9fe1.tar.zst gsoc2013-evolution-c6911b3029629f1032dd594249c099d79efe9fe1.zip |
Fix "make distcheck" errors.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b14150ae5f..12e626866d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -109,6 +109,7 @@ MAINTAINERCLEANFILES = \ # Scrollkeeper must be disabled for distcheck to work because # distcheck uses a custom prefix. See GNOME bug #354357. DISTCHECK_CONFIGURE_FLAGS = \ + --enable-gtk-doc \ --disable-scrollkeeper \ --enable-test-component |