mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +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>
|
||||
|
||||
* docs/manual/advanced-autoplugging.xml:
|
||||
|
|
|
@ -4,11 +4,15 @@ else
|
|||
SUBDIRS_DOCBOOK =
|
||||
endif
|
||||
|
||||
if ENABLE_GTK_DOC
|
||||
if ENABLE_PLUGIN_DOCS
|
||||
PLUGIN_DOCS_DIRS = plugins
|
||||
else
|
||||
PLUGIN_DOCS_DIRS =
|
||||
endif
|
||||
else
|
||||
PLUGIN_DOCS_DIRS = plugins
|
||||
endif
|
||||
|
||||
BUILT_SOURCES = version.entities
|
||||
|
||||
|
|
Loading…
Reference in a new issue