X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2FMakefile.am;h=bdb1acb816be1a2371cc45a129ed010c64138505;hp=9166f2ddff78c52c3e9b973e215810654569b719;hb=f7d3c8ec692a0f2596b0410a47fa69871904b2e9;hpb=21bd2db7cf259a17cc3922409937b849e4b83c0f diff --git a/fish/Makefile.am b/fish/Makefile.am index 9166f2d..bdb1acb 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009 Red Hat Inc. +# Copyright (C) 2009-2010 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -102,3 +102,8 @@ guestfish.1: guestfish.pod guestfish-actions.pod --name "guestfish" \ --release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \ > $@ + +# Bash completion script. + +bashcompletiondir = $(sysconfdir)/bash_completion.d +bashcompletion_DATA = guestfish-bash-completion.sh