From 64a3c227e27572263c2844327372bd8b8ece0067 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 17 Mar 2016 14:05:27 +0100 Subject: tools: add checkcompletion.sh The command "make checkcompletion" prints missing completion scripts. Signed-off-by: Karel Zak --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3a8f471be..bbaccb178 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ -- cgit v1.2.3-55-g7522