diff --git a/ChangeLog b/ChangeLog index 790c1e7ca9..98a0eb7de7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-05-31 Thomas Vander Stichele + + * docs/libs/Makefile.am: + set a magic variable to indicate we know the docs are incomplete + 2006-05-30 Sebastien Moutte * win32/common/libgstvideo.def: diff --git a/common b/common index b0fd90b1cf..80b4e2c087 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit b0fd90b1cfb51107e8a511a1f3983a06bdd18638 +Subproject commit 80b4e2c08717159760ebaa40715f8919b3f77ba9 diff --git a/docs/libs/Makefile.am b/docs/libs/Makefile.am index b9811eda37..c7b1508993 100644 --- a/docs/libs/Makefile.am +++ b/docs/libs/Makefile.am @@ -1,5 +1,8 @@ ## Process this file with automake to produce Makefile.in +# FIXME: fix the docs then remove this variable +DOCS_ARE_INCOMPLETE_PLEASE_FIXME=yespleasedo + # The name of the module, e.g. 'glib'. #DOC_MODULE=gst-plugins-libs-@GST_MAJORMINOR@ DOC_MODULE=gst-plugins-base-libs