From 9675b33dd8e0f4b5fe4fe1ac41b3bd147b49c20f Mon Sep 17 00:00:00 2001 From: Karel Klic Date: Tue, 13 Oct 2009 15:51:35 +0200 Subject: Bash completion installed during "make install" --- src/CLI/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/CLI/Makefile.am b/src/CLI/Makefile.am index a428c74..0167149 100644 --- a/src/CLI/Makefile.am +++ b/src/CLI/Makefile.am @@ -19,3 +19,6 @@ abrt_cli_LDADD = \ man_MANS = abrt-cli.1 EXTRA_DIST = $(man_MANS) +completiondir = $(sysconfdir)/bash_completion.d +completion_DATA = abrt-cli.bash + -- cgit