Original commit message from CVS:
* gtk-doc.mak:
make build break on new api that has not been added to the
sections file
+2005-10-18 Stefan Kost <ensonic@users.sf.net>
+
+ * gtk-doc.mak:
+ make build break on new api that has not been added to the
+ sections file
+
2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
* m4/gst-glib2.m4:
touch $(DOC_MODULE)-decl.txt ; \
fi
gtkdoc-mktmpl --module=$(DOC_MODULE) | tee tmpl-build.log
- @cat $(DOC_MODULE)-unused.txt
- @if ! test -z "`grep -v GstPoptOption $(DOC_MODULE)-unused.txt`"; then \
- true; fi # exit 1; fi
+ @if test -s $(DOC_MODULE)-unused.txt; then \
+ exit 1; fi
rm -f tmpl-build.log
touch tmpl-build.stamp