From d18911aabdb945e33ad193e422fda86c9a63b89a Mon Sep 17 00:00:00 2001 From: Brett Witherspoon Date: Wed, 6 Oct 2010 15:47:32 -0500 Subject: [PATCH] doc: don't install docs when docs are disabled (bgo #631133) --- docs/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index fe74511025..5a3da7e067 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,7 +1,7 @@ -SUBDIRS = libnm-glib libnm-util - if WITH_DOCS +SUBDIRS = libnm-glib libnm-util + INCLUDES = \ -I$(top_srcdir)/include \ -I$(top_srcdir)/libnm-util