diff options
author | Juan A. Suarez Romero <jasuarez@igalia.com> | 2010-02-23 17:58:57 +0100 |
---|---|---|
committer | Juan A. Suarez Romero <jasuarez@igalia.com> | 2010-02-23 17:58:57 +0100 |
commit | 75df0d0eac64768027279f0456b41904c9e2909a (patch) | |
tree | 728461b77b4c08431ec546c69643e98a42a9cee8 /Makefile.am | |
parent | a6276b1181350c97e6f939945efa8d3b9b5560cc (diff) |
Do not build doc if gtk-doc is disabled
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6d2396f..ae0a4a9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,11 @@ # # Copyright (C) 2010 Igalia S.L. All rights reserved. -SUBDIRS = src tools bindings doc +SUBDIRS = src tools bindings + +if ENABLE_GTK_DOC +SUBDIRS += doc +endif pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = grilo-0.1.pc |