summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2016-03-17 14:05:27 +0100
committerKarel Zak2016-03-17 14:05:27 +0100
commit64a3c227e27572263c2844327372bd8b8ece0067 (patch)
treec466ddcd1765d26b57c3e8fc7d47acfa2d6f206f /Makefile.am
parentumount: add man page note that --force is not perfect (diff)
downloadkernel-qcow2-util-linux-64a3c227e27572263c2844327372bd8b8ece0067.tar.gz
kernel-qcow2-util-linux-64a3c227e27572263c2844327372bd8b8ece0067.tar.xz
kernel-qcow2-util-linux-64a3c227e27572263c2844327372bd8b8ece0067.zip
tools: add checkcompletion.sh
The command "make checkcompletion" prints missing completion scripts. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
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 \