diff options
author | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2008-10-17 16:09:19 -0400 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.co.uk> | 2008-10-17 16:09:19 -0400 |
commit | 68807d6da2989f8c0f555a98dd1a31ac46f3f564 (patch) | |
tree | bb3a07d9dfe5b2de9c78acbca59abb6e18919a80 /doc | |
parent | 27658f3c68578180237d611fb6f4a20023706391 (diff) |
Use the right filenames when doing the checks
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib/Makefile.am | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/lib/Makefile.am b/doc/lib/Makefile.am index 2f30baa..0dcc41f 100644 --- a/doc/lib/Makefile.am +++ b/doc/lib/Makefile.am @@ -89,16 +89,16 @@ include $(top_srcdir)/gtk-doc.make if ENABLE_GTK_DOC check-local: @if grep '^0 symbols incomplete' \ - $(srcdir)/telepathy-glib-undocumented.txt; then\ + $(srcdir)/telepathy-farsight-undocumented.txt; then\ :; else \ - cat $(srcdir)/telepathy-glib-undocumented.txt; exit 1; fi + cat $(srcdir)/telepathy-farsight-undocumented.txt; exit 1; fi @if grep '^0 not documented' \ - $(srcdir)/telepathy-glib-undocumented.txt; then\ + $(srcdir)/telepathy-farsight-undocumented.txt; then\ :; else \ - cat $(srcdir)/telepathy-glib-undocumented.txt; exit 1; fi - @if grep . $(srcdir)/telepathy-glib-unused.txt; then\ + cat $(srcdir)/telepathy-farsight-undocumented.txt; exit 1; fi + @if grep . $(srcdir)/telepathy-farsight-unused.txt; then\ echo "^^^ Unused symbols" >&2; exit 1; fi - @if test -e $(srcdir)/telepathy-glib-undeclared.txt &&\ - grep . $(srcdir)/telepathy-glib-undeclared.txt; then\ + @if test -e $(srcdir)/telepathy-farsight-undeclared.txt &&\ + grep . $(srcdir)/telepathy-farsight-undeclared.txt; then\ echo "^^^ Undeclared symbols" >&2; exit 1; fi endif |