]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tools: add checkcompletion.sh
authorKarel Zak <kzak@redhat.com>
Thu, 17 Mar 2016 13:05:27 +0000 (14:05 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 17 Mar 2016 13:05:27 +0000 (14:05 +0100)
The command "make checkcompletion" prints missing completion scripts.

Signed-off-by: Karel Zak <kzak@redhat.com>
Makefile.am

index 3a8f471be7fadb22badc625f4dffd94a3b9d1ea3..bbaccb17834d2b9aefd27f7d477f17475a4c3d83 100644 (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 \