diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f572a2fc7f..b921df1cb2 100644 --- a/configure.in +++ b/configure.in @@ -4,6 +4,9 @@ AC_PREREQ(2.52) AC_INIT(evolution, 2.9.2, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) + +# GNOME Documentation +GNOME_DOC_INIT # Gross hack to enable 'make dist' on automake 1.9+tar 1.14. # The extra brackets are to foil regex-based scans. m4_ifdef([_A][M_PROG_TAR],[_A][M_SET_OPTION([tar-ustar])]) @@ -1700,7 +1703,6 @@ data/cde_app_root/dt/appconfig/types/C/Ximian.dt e-util/Makefile filter/Makefile help/Makefile -help/C/Makefile help/quickref/Makefile help/quickref/C/Makefile help/quickref/de/Makefile |