52db14b78d
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.
12 lines
160 B
Makefile
12 lines
160 B
Makefile
SUBDIRS =
|
|
|
|
if BUILD_GTK_DOC
|
|
SUBDIRS += reference
|
|
endif
|
|
|
|
if ENABLE_DOCS
|
|
SUBDIRS += common cookbook manual
|
|
endif
|
|
|
|
DIST_SUBDIRS = reference common cookbook manual
|