[doc/public/check-doc-coverage.sh] Fix typo in checking cairo-undeclared.txt

Copy/paste error meant we were not checking cairo-undeclared.txt there.
Indeed the test was passing even though Carl forgot to remove lcd-fitlering
API from docs.  The test fails now.
This commit is contained in:
Behdad Esfahbod 2008-09-18 15:28:43 -04:00
parent cf80c78f0c
commit c6a7971a1e

View file

@ -16,7 +16,7 @@ test -z "$srcdir" && srcdir=.
stat=0
if test -f "$DOC_MODULE-undeclared.txt"; then
undeclared=`cat "$DOC_MODULE-unused.txt"`
undeclared=`cat "$DOC_MODULE-undeclared.txt"`
if test -n "$undeclared"; then
echo Undeclared documentation symbols: 1>&2
cat "$DOC_MODULE-undeclared.txt" 1>&2