diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2005-06-13 12:48:02 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2005-06-13 12:48:02 +0000 |
commit | 2d757da4c0f27189f8167cc73eb346a5a0793ecd (patch) | |
tree | 55d494158fc3fdce9688369caa3f4bdaa3d77857 | |
parent | 565097030241fa8d6eb9a81d17a1ae5034e31ad7 (diff) | |
download | rootfiles-2d757da4c0f27189f8167cc73eb346a5a0793ecd.tar rootfiles-2d757da4c0f27189f8167cc73eb346a5a0793ecd.tar.gz rootfiles-2d757da4c0f27189f8167cc73eb346a5a0793ecd.tar.bz2 rootfiles-2d757da4c0f27189f8167cc73eb346a5a0793ecd.tar.xz rootfiles-2d757da4c0f27189f8167cc73eb346a5a0793ecd.zip |
add bash_completion in dotfiles
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |