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.
This commit is contained in:
parent
5e1ccaeb60
commit
52db14b78d
@ -2,11 +2,7 @@ include $(top_srcdir)/build/autotools/Makefile.am.silent
|
|||||||
|
|
||||||
NULL =
|
NULL =
|
||||||
|
|
||||||
SUBDIRS = build clutter tests po
|
SUBDIRS = doc build clutter tests po
|
||||||
|
|
||||||
if BUILD_GTK_DOC
|
|
||||||
SUBDIRS += doc
|
|
||||||
endif
|
|
||||||
|
|
||||||
DIST_SUBDIRS = build clutter tests doc po
|
DIST_SUBDIRS = build clutter tests doc po
|
||||||
|
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
SUBDIRS = reference
|
SUBDIRS =
|
||||||
|
|
||||||
|
if BUILD_GTK_DOC
|
||||||
|
SUBDIRS += reference
|
||||||
|
endif
|
||||||
|
|
||||||
if ENABLE_DOCS
|
if ENABLE_DOCS
|
||||||
SUBDIRS += common cookbook manual
|
SUBDIRS += common cookbook manual
|
||||||
|
Loading…
Reference in New Issue
Block a user