mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-03 02:33:53 +00:00
docs/Makefile.am: Fix installing plugin documentation when gtk-doc is disabled.
Original commit message from CVS: * docs/Makefile.am: Fix installing plugin documentation when gtk-doc is disabled.
This commit is contained in:
parent
e52bc83dd2
commit
3078614232
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-05-21 Felipe Contreras <felipe.contreras@gmail.com>
|
||||||
|
|
||||||
|
* docs/Makefile.am:
|
||||||
|
Fix installing plugin documentation when gtk-doc is disabled.
|
||||||
|
|
||||||
2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
|
2008-05-21 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||||
|
|
||||||
* docs/manual/advanced-autoplugging.xml:
|
* docs/manual/advanced-autoplugging.xml:
|
||||||
|
|
|
@ -4,11 +4,15 @@ else
|
||||||
SUBDIRS_DOCBOOK =
|
SUBDIRS_DOCBOOK =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if ENABLE_GTK_DOC
|
||||||
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
|
||||||
|
else
|
||||||
|
PLUGIN_DOCS_DIRS = plugins
|
||||||
|
endif
|
||||||
|
|
||||||
BUILT_SOURCES = version.entities
|
BUILT_SOURCES = version.entities
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue