summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2009-11-30 21:51:46 +0000
committerEmmanuele Bassi <ebassi@linux.intel.com>2009-11-30 21:51:46 +0000
commit52db14b78d848f0f876d4721895ccc2c83e06aba (patch)
tree2414b8ff82c182805aa6196b8e332952503ee0b4 /Makefile.am
parent5e1ccaeb603fb9f9b2b11cad13bbcf8682b33504 (diff)
downloadclutter-52db14b78d848f0f876d4721895ccc2c83e06aba.tar.gz
docs: Fix recursion into doc/ directory
We should always recurse into the doc/ directory; whether we should then recurse into reference/, cookbook/ and manual/ is a matter of specific configure-time flags.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 0e856b02f..1a566b9ae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,11 +2,7 @@ include $(top_srcdir)/build/autotools/Makefile.am.silent
NULL =
-SUBDIRS = build clutter tests po
-
-if BUILD_GTK_DOC
-SUBDIRS += doc
-endif
+SUBDIRS = doc build clutter tests po
DIST_SUBDIRS = build clutter tests doc po