From 75d05dc499a77b25320767b407a728e3fc352e88 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Wed, 21 May 2008 17:09:42 +0000 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ docs/Makefile.am | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2d25bb1..e3e581c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2008-05-21 Felipe Contreras + * docs/Makefile.am: + Fix installing plugin documentation when gtk-doc is disabled. + +2008-05-21 Felipe Contreras + * gst-libs/gst/rtsp/Makefile.am: Distribute, don't install md5.h diff --git a/docs/Makefile.am b/docs/Makefile.am index 48f3112..7ae8b99 100644 --- a/docs/Makefile.am +++ b/docs/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 -- 2.7.4