docs/Makefile.am: Install docs even when --disable-gtk-doc is disabled. This matches the behavior of gtk+. Fixes #3...
Original commit message from CVS: * docs/Makefile.am: Install docs even when --disable-gtk-doc is disabled. This matches the behavior of gtk+. Fixes #349099.
This commit is contained in:
parent
f8f9935d74
commit
bd9d834bd8
@ -1,3 +1,8 @@
|
|||||||
|
2007-05-15 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
|
* docs/Makefile.am: Install docs even when --disable-gtk-doc
|
||||||
|
is disabled. This matches the behavior of gtk+. Fixes #349099.
|
||||||
|
|
||||||
2007-05-15 Wim Taymans <wim@fluendo.com>
|
2007-05-15 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
|
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
|
||||||
|
@ -1,16 +1,10 @@
|
|||||||
if ENABLE_GTK_DOC
|
|
||||||
GTK_DOC_DIRS = libs
|
|
||||||
else
|
|
||||||
GTK_DOC_DIRS =
|
|
||||||
endif
|
|
||||||
|
|
||||||
if ENABLE_PLUGIN_DOCS
|
if ENABLE_PLUGIN_DOCS
|
||||||
PLUGIN_DOCS_DIRS = plugins
|
PLUGIN_DOCS_DIRS = plugins
|
||||||
else
|
else
|
||||||
PLUGIN_DOCS_DIRS =
|
PLUGIN_DOCS_DIRS =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = design $(GTK_DOC_DIRS) $(PLUGIN_DOCS_DIRS)
|
SUBDIRS = design libs $(PLUGIN_DOCS_DIRS)
|
||||||
DIST_SUBDIRS = design libs plugins
|
DIST_SUBDIRS = design libs plugins
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user