aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-30 01:21:39 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-30 02:09:31 +1200
commiteb1e0fa476f5b87e4c2c898c119f443a5ca7494f (patch)
treeca804d8af5f7946fa9b32ce08c8365c3f9c7eb1b /Makefile
parentRename vis completion to eds (diff)
downloaddotfiles-eb1e0fa476f5b87e4c2c898c119f443a5ca7494f.tar.gz
dotfiles-eb1e0fa476f5b87e4c2c898c119f443a5ca7494f.zip
Create separate install-bash-completion target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c620e785..3cc9b64f 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@
install \
install-abook \
install-bash \
+ install-bash-completion \
install-bin \
install-bin-man \
install-curl \
@@ -96,6 +97,7 @@ tmux/tmux.conf : tmux/tmux.conf.m4
tmux/tmux.conf.m4 > tmux/tmux.conf
install : install-bash \
+ install-bash-completion \
install-curl \
install-dircolors \
install-git \
@@ -114,13 +116,15 @@ install-bash : test-bash
install -m 0755 -d -- \
"$(HOME)"/.config \
"$(HOME)"/.bashrc.d \
- "$(HOME)"/.bash_profile.d \
- "$(HOME)"/.bash_completion.d
+ "$(HOME)"/.bash_profile.d
install -pm 0644 -- bash/bashrc "$(HOME)"/.bashrc
install -pm 0644 -- bash/bashrc.d/* "$(HOME)"/.bashrc.d
install -pm 0644 -- bash/bash_profile "$(HOME)"/.bash_profile
install -pm 0644 -- bash/bash_profile.d/* "$(HOME)"/.bash_profile.d
install -pm 0644 -- bash/bash_logout "$(HOME)"/.bash_logout
+
+install-bash-completion : install-bash
+ install -m 0755 -d -- "$(HOME)"/.bash_completion.d
install -pm 0644 -- bash/bash_completion "$(HOME)"/.config/bash_completion
install -pm 0644 -- bash/bash_completion.d/* "$(HOME)"/.bash_completion.d