mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +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>
|
2008-05-21 Felipe Contreras <felipe.contreras@gmail.com>
|
||||||
|
|
||||||
* gst-libs/gst/rtsp/Makefile.am:
|
* gst-libs/gst/rtsp/Makefile.am:
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
|
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
|
||||||
|
|
||||||
SUBDIRS = design libs $(PLUGIN_DOCS_DIRS)
|
SUBDIRS = design libs $(PLUGIN_DOCS_DIRS)
|
||||||
DIST_SUBDIRS = design libs plugins
|
DIST_SUBDIRS = design libs plugins
|
||||||
|
|
Loading…
Reference in a new issue