From b0cd2042bb5a9e086ea21d34b40418b7d191bc1e Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Tue, 25 May 2010 23:16:23 +0100 Subject: [PATCH] Add bash complation script to EXTRA_DIST. --- fish/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fish/Makefile.am b/fish/Makefile.am index bdb1acb..f6b3e7d 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -32,7 +32,8 @@ BUILT_SOURCES = \ EXTRA_DIST = \ $(BUILT_SOURCES) \ rc_protocol.x \ - guestfish.pod + guestfish.pod \ + guestfish-bash-completion.sh guestfish_SOURCES = \ $(generator_built) \ -- 1.8.3.1