2008-03-03 Emmanuele Bassi <ebassi@openedhand.com>
* Makefile.am: Do not recurse into doc if we did not explicitly enabled the documentation build; we just recurse into doc if we are doing a dist or a distcheck.
This commit is contained in:
parent
bb6f3c6a4f
commit
0447eea588
2 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2008-03-03 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
|
* Makefile.am: Do not recurse into doc if we did not explicitly
|
||||||
|
enabled the documentation build; we just recurse into doc if we
|
||||||
|
are doing a dist or a distcheck.
|
||||||
|
|
||||||
2008-02-29 Øyvind Kolås <pippin@o-hand.com>
|
2008-02-29 Øyvind Kolås <pippin@o-hand.com>
|
||||||
|
|
||||||
Reuse the numeric id's used for picking actors to avoid the potential
|
Reuse the numeric id's used for picking actors to avoid the potential
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
NULL =
|
NULL =
|
||||||
|
|
||||||
SUBDIRS = clutter tests doc
|
SUBDIRS = clutter tests
|
||||||
|
|
||||||
|
if ENABLE_GTK_DOC
|
||||||
|
SUBDIRS += doc
|
||||||
|
endif
|
||||||
|
|
||||||
|
DIST_SUBDIRS = clutter tests doc
|
||||||
|
|
||||||
pcfiles = \
|
pcfiles = \
|
||||||
clutter-$(CLUTTER_API_VERSION).pc \
|
clutter-$(CLUTTER_API_VERSION).pc \
|
||||||
|
|
Loading…
Add table
Reference in a new issue