summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@nokia.com>2008-05-21 15:54:28 +0000
committerFelipe Contreras <felipe.contreras@nokia.com>2008-05-21 15:54:28 +0000
commit3078614232e228db9274044ce8ba5c1996f45156 (patch)
tree332cf6a60ac10c18e9c3320c342b668634380d4b
parente52bc83dd244fa8f5fca3ac8e36f9f29f4a302eb (diff)
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.
-rw-r--r--ChangeLog5
-rw-r--r--docs/Makefile.am4
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ca8668e68..0607e38c7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
diff --git a/docs/Makefile.am b/docs/Makefile.am
index e964f96367..b6116a8b54 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -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