tools: add checkcompletion.sh

The command "make checkcompletion" prints missing completion scripts.

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2016-03-17 14:05:27 +01:00
parent dcc3b1fc2e
commit 64a3c227e2
1 changed files with 3 additions and 0 deletions

View File

@ -181,6 +181,9 @@ checkxalloc:
checkdecl:
@ $(top_srcdir)/tools/checkdecl.sh
checkcompletion:
@ $(top_srcdir)/tools/checkcompletion.sh $(top_srcdir)
DISTCHECK_CONFIGURE_FLAGS = \
--disable-use-tty-group \
--disable-silent-rules \