summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2012-09-26 01:17:07 +0900
committerJavier Jardón <jjardon@gnome.org>2012-09-27 00:09:24 +0900
commit62c67bcc35967a3628ff9c09f7c8c77144dd4b6d (patch)
tree2ccd4d4807da0880c094dfc285fc6670bcb5044d /docs
parent460cef9cfab15523b453838fa7794d7a203564fc (diff)
downloadgobject-introspection-62c67bcc35967a3628ff9c09f7c8c77144dd4b6d.tar.gz
Make gtk-doc not a hard dependency of gobject-introspection
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=684795
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index f3ddc22d..d2162476 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1 +1,3 @@
+if ENABLE_GTK_DOC
SUBDIRS = reference
+endif