diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | docs/Makefile.am | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2008-05-18 Jan Schmidt <jan.schmidt@sun.com> + + * docs/Makefile.am: + Oops - fix the spelling of the variable I added. + 2008-05-17 Sebastian Dröge <slomo@circular-chaos.org> * gst/interleave/deinterleave.c: (gst_deinterleave_finalize), diff --git a/docs/Makefile.am b/docs/Makefile.am index 762d93b2..7af47d43 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,7 +1,7 @@ if ENABLE_PLUGIN_DOCS -PLUGIN_DOCS_DIRS = plugins +PLUGINS_DOCS_DIRS = plugins else -PLUGIN_DOCS_DIRS = +PLUGINS_DOCS_DIRS = endif if ENABLE_GTK_DOC |