From 2d757da4c0f27189f8167cc73eb346a5a0793ecd Mon Sep 17 00:00:00 2001 From: Guillaume Rousse Date: Mon, 13 Jun 2005 12:48:02 +0000 Subject: add bash_completion in dotfiles --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f2f4e94..cad68c5 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ NAME = rootfiles VERSION = $(shell rpm -q --qf %{VERSION} --specfile $(NAME).spec) RPM = $(HOME)/rpm/ -DOTFILES = Xdefaults bash_logout bash_profile bashrc cshrc tcshrc vimrc +DOTFILES = Xdefaults bash_logout bash_profile bashrc bash_completion cshrc tcshrc vimrc all: @echo "Use make install" -- cgit v1.2.1