mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +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
b5f896dad6
commit
75d05dc499
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 Felipe Contreras <felipe.contreras@gmail.com>
|
||||
|
||||
* gst-libs/gst/rtsp/Makefile.am:
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
if ENABLE_GTK_DOC
|
||||
if ENABLE_PLUGIN_DOCS
|
||||
PLUGIN_DOCS_DIRS = plugins
|
||||
else
|
||||
PLUGIN_DOCS_DIRS =
|
||||
endif
|
||||
else
|
||||
PLUGIN_DOCS_DIRS = plugins
|
||||
endif
|
||||
|
||||
SUBDIRS = design libs $(PLUGIN_DOCS_DIRS)
|
||||
DIST_SUBDIRS = design libs plugins
|
||||
|
|
Loading…
Reference in a new issue