From c8ece6473d1472b1dbbe3e0b1fb04ffea7d31d40 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 27 Apr 2007 06:45:46 +0000 Subject: Add --disable-doc-cross-references. 2007-04-27 Behdad Esfahbod * configure.in: Add --disable-doc-cross-references. * docs/Makefile.am: Make sure --disable-doc-cross-references is set in order to make dist. * Makefile.am: Add --disable-doc-cross-references to DISTCHECK_CONFIGURE_FLAGS. svn path=/trunk/; revision=2230 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 86e9920a..cef144c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,4 +70,4 @@ if HAVE_WIN32 pkgconfig_DATA += pangowin32.pc endif -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-doc-cross-references -- cgit v1.2.1