aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index f2da32ce..74ebd0f4 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,6 @@
install-vim-config \
install-vim-gui \
install-vim-gui-config \
- install-vim-pathogen \
install-vim-plugins \
install-wget \
install-x \
@@ -464,8 +463,7 @@ install-urxvt: urxvt/ext/select
-exec cp -p -- {} $(HOME)/.urxvt/ext \;
install-vim: install-vim-config \
- install-vim-plugins \
- install-vim-pathogen
+ install-vim-plugins
install-vim-config:
mkdir -p -- $(HOME)/.vim/config
@@ -483,10 +481,6 @@ install-vim-plugins: install-vim-config
-type d -exec sh -c 'mkdir -p -- $(HOME)/."$$1"' _ {} \; -o \
-type f -exec sh -c 'cp -p -- "$$1" $(HOME)/."$$1"' _ {} \;
-install-vim-pathogen: install-vim-plugins
- mkdir -p -- $(HOME)/.vim/autoload
- ln -fs -- ../bundle/pathogen/autoload/pathogen.vim $(HOME)/.vim/autoload
-
install-wget:
cp -p -- wget/wgetrc $(HOME)/.wgetrc