From 7420f7a92dbb8004aafb761453989dafe21ac1ce Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 19 May 2011 00:38:43 +0300 Subject: [PATCH] docs: update todo comment --- gtk-doc-plugins.mak | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gtk-doc-plugins.mak b/gtk-doc-plugins.mak index cdf19ee..1a0b7dc 100644 --- a/gtk-doc-plugins.mak +++ b/gtk-doc-plugins.mak @@ -106,9 +106,13 @@ scanobj-update: -rm scanobj-build.stamp $(MAKE) scanobj-build.stamp -# TODO: finish elite script that updates the output files of this step -# instead of rewriting them, so that multiple maintainers can generate -# a collective set of args and signals +# gstdoc-scanobj produces 5 output files (.new) +# scangobj-merge.py merges them into the file which we commit later +# TODO: scangobj-merge.py only merges signals and args +# - for interfaces and prerequisites do: +# 'sort -du file file.new' and update file if changed +# - do that either in gstdoc-scanobj (which we change already) or in +# scangobj-merge.py scanobj-build.stamp: $(SCANOBJ_DEPS) $(basefiles) @echo " DOC Introspecting gobjects" @if test x"$(srcdir)" != x. ; then \ -- 2.7.4