docs: don't dist cogl-2.0 manual if not built

If not configured with --enable-cogl2-reference then don't try and dist
the doc/references/cogl-2.0 manual. Although this means a tarball built
this way will not be able to build the experimental cogl-2.0 manual this
isn't considered a big problem since anyone interested in this would
hopefully be tracking git for now or we can simply be careful to
configure with --enable-cogl2-reference for our tarball releases.
This commit is contained in:
Robert Bragg 2010-12-07 12:13:10 +00:00
parent ff646b7fc3
commit 62b051951c

View File

@ -4,4 +4,9 @@ if BUILD_COGL2_REFERENCE
SUBDIRS += cogl-2.0
endif
DIST_SUBDIRS = cogl cogl-2.0 clutter cally
DIST_SUBDIRS = cogl clutter cally
if BUILD_COGL2_REFERENCE
DIST_SUBDIRS += cogl-2.0
endif