summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@openedhand.com>2008-07-17 12:21:01 +0000
committerEmmanuele Bassi <ebassi@openedhand.com>2008-07-17 12:21:01 +0000
commit73433e9638523ae8248a5ce6d7b6e891c995b4b4 (patch)
tree6c196c28fffbba3214257d700e828a3e48b072e6 /Makefile.am
parentbcfaacad5c1b8e9f361cc09d9897723dbdcd48e5 (diff)
downloadclutter-73433e9638523ae8248a5ce6d7b6e891c995b4b4.tar.gz
2008-07-17 Emmanuele Bassi <ebassi@openedhand.com>
Bug 1047 - API documentation from release tarball is not installed by "make install" * configure.ac: * Makefile.am: Make the recursion into the documentation directory depend on on whether we explicitly enable it or if we are not inside an SVN checkout.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d9490f355..fb6b7fa5b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ NULL =
SUBDIRS = clutter tests po
-if ENABLE_GTK_DOC
+if BUILD_GTK_DOC
SUBDIRS += doc
endif