aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-05 13:59:16 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-05 13:59:16 +1200
commit68d544bc10d6ec810c4f1fa136626e9c7de73d7c (patch)
tree9d1196c4ccc3b68f606e507724af7dbd4b7e37ba /Makefile
parentMerge branch 'hotfix/v0.47.2' (diff)
downloaddotfiles-68d544bc10d6ec810c4f1fa136626e9c7de73d7c.tar.gz
dotfiles-68d544bc10d6ec810c4f1fa136626e9c7de73d7c.zip
Correct install-vim-ftplugin target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7cc4ad1d..20b3c1f1 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@
install-vim-compiler \
install-vim-config \
install-vim-ftdetect \
- install-vim-fplugin \
+ install-vim-ftplugin \
install-vim-gui \
install-vim-gui-config \
install-vim-indent \
@@ -546,8 +546,8 @@ install-vim-ftdetect:
cp -p -- vim/ftdetect/*.vim $(VIMDIR)/ftdetect
install-vim-ftplugin:
- mkdir -p -- $(VIMDIR)/indent
- cp -p -- vim/indent/*.vim $(VIMDIR)/indent
+ mkdir -p -- $(VIMDIR)/ftplugin
+ cp -p -- vim/ftplugin/*.vim $(VIMDIR)/ftplugin
install-vim-indent:
mkdir -p -- $(VIMDIR)/indent