aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 81d2e711..7c4ebdf3 100644
--- a/Makefile
+++ b/Makefile
@@ -510,10 +510,7 @@ install-vim-after: install-vim-after-ftplugin \
install-vim-after-ftplugin:
mkdir -p $(VIMDIR)/after/ftplugin
- for type in vim/after/ftplugin/* ; do \
- mkdir -p -- $(VIMDIR)/after/ftplugin/"$${type##*/}" ; \
- cp -p -- "$$type"/* $(VIMDIR)/after/ftplugin/"$${type##*/}" ; \
- done
+ cp -p -- vim/after/ftplugin/*.vim $(VIMDIR)/after/ftplugin
install-vim-after-indent:
mkdir -p $(VIMDIR)/after/indent