[evolution-data-server] Truly disable gtk-doc build when asked to
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Truly disable gtk-doc build when asked to
- Date: Thu, 28 May 2015 18:03:15 +0000 (UTC)
commit 108d16921527bf6444ca67bc28fe71b5aa3024f5
Author: Milan Crha <mcrha redhat com>
Date: Thu May 28 20:02:47 2015 +0200
Truly disable gtk-doc build when asked to
Makefile.am | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 26495b7..96e661b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,11 +25,14 @@ SUBDIRS = \
modules \
services \
tests \
- docs \
art \
po \
$(NULL)
+if ENABLE_GTK_DOC
+SUBDIRS += docs
+endif
+
if BUILD_EXAMPLES
SUBDIRS += examples
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]