From 7764799e356fb482f732e3a248e22d69d5e4d86b Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sun, 15 Jan 2012 16:49:07 -0500 Subject: build: Add --disable-documentation Documentation is the source of many cyclical build loops. Allow operating system builders to manually cut these cycles initially by disabling documentation for a first pass. https://bugzilla.gnome.org/show_bug.cgi?id=675087 --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f522f402..c1808548 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,12 +4,14 @@ SUBDIRS = \ data \ common \ daemon \ - docs \ gui \ utils \ po \ tests \ $(NULL) +if ENABLE_DOCUMENTATION +SUBDIRS += docs +endif # add these when help gets added back # omf-install @@ -27,6 +29,6 @@ DISTCLEANFILES = \ gnome-doc-utils.make \ $(NULL) -DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-split-authentication --enable-introspection +DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-split-authentication --enable-introspection --enable-documentation distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper' -- cgit v1.2.1