summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-04-27 06:45:46 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-04-27 06:45:46 +0000
commitc8ece6473d1472b1dbbe3e0b1fb04ffea7d31d40 (patch)
treeae1624dffd6dc0d79799157376d6b563d7b84750 /Makefile.am
parent678cfffd62e8df12134ece4eb54efda0ed4052d5 (diff)
downloadpango-c8ece6473d1472b1dbbe3e0b1fb04ffea7d31d40.tar.gz
Add --disable-doc-cross-references.
2007-04-27 Behdad Esfahbod <behdad@gnome.org> * 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
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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