mutter/doc/Makefile.am
Emmanuele Bassi 52db14b78d 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.
2009-11-30 21:51:46 +00:00

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