aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-16 16:55:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-16 16:55:52 +1200
commit841425d1ba85324d0ddc2201b9e62228d6ac5cd8 (patch)
treecc6679c7294c38c4c93a6303ffddec0164e1c76d
parentAdapt :browse :oldfiles mapping into plugin (diff)
downloaddotfiles-841425d1ba85324d0ddc2201b9e62228d6ac5cd8.tar.gz
dotfiles-841425d1ba85324d0ddc2201b9e62228d6ac5cd8.zip
Set target dependencies on install-vim-autoload
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f6a2ae02..4be00a3a 100644
--- a/Makefile
+++ b/Makefile
@@ -563,7 +563,7 @@ install-vim-after-indent:
mkdir -p $(VIMDIR)/after/indent
cp -p -- vim/after/indent/*.vim $(VIMDIR)/after/indent
-install-vim-after-plugin:
+install-vim-after-plugin: install-vim-autoload
mkdir -p $(VIMDIR)/after/plugin
cp -p -- vim/after/plugin/*.vim $(VIMDIR)/after/plugin
@@ -603,7 +603,7 @@ install-vim-config: install-vim-cache
install-vim-filetype:
cp -p -- vim/filetype.vim vim/scripts.vim $(VIMDIR)
-install-vim-ftplugin:
+install-vim-ftplugin: install-vim-autoload
mkdir -p -- $(VIMDIR)/ftplugin
cp -p -- vim/ftplugin/*.vim $(VIMDIR)/ftplugin
@@ -619,7 +619,7 @@ install-vim-indent:
mkdir -p -- $(VIMDIR)/indent
cp -p -- vim/indent/*.vim $(VIMDIR)/indent
-install-vim-plugin:
+install-vim-plugin: install-vim-autoload
mkdir -p -- $(VIMDIR)/plugin
cp -p -- vim/plugin/*.vim $(VIMDIR)/plugin