stupid GstPoptOption

Original commit message from CVS:
stupid GstPoptOption
This commit is contained in:
Thomas Vander Stichele 2005-01-13 15:46:03 +00:00
parent 805ecd1f81
commit e574d0a05e
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
* docs/gst/Makefile.am:
don't fail on the stupid GstPoptOption
2005-01-13 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/gstpad.h:

View file

@ -211,8 +211,8 @@ tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections
touch $(DOC_MODULE)-decl.txt ; \
fi
gtkdoc-mktmpl --module=$(DOC_MODULE) | tee tmpl-build.log
@if grep "WARNING:" tmpl-build.log > /dev/null; then \
cat $(DOC_MODULE)-unused.txt ; \
@cat $(DOC_MODULE)-unused.txt
@if ! test -z "`grep -v GstPoptOption gstreamer-unused.txt`"; then \
exit 1; fi
rm -f tmpl-build.log
touch tmpl-build.stamp