aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-03 13:52:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-03 13:52:26 +1200
commit71f555a66994dfb7e363820ab81735433f113870 (patch)
tree95e7d162a47485725caa97a9d55bbab4a54171e3 /Makefile
parentHandle system-specific undos with system.vim file (diff)
downloaddotfiles-71f555a66994dfb7e363820ab81735433f113870.tar.gz
dotfiles-71f555a66994dfb7e363820ab81735433f113870.zip
Convert space indents to tabs in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9f5c768e..03f2740b 100644
--- a/Makefile
+++ b/Makefile
@@ -432,8 +432,8 @@ install-ncmcpp: install-mpd
install-neovim:
make install-vim \
- VIMDIR=$${XDG_CONFIG_HOME:-"$$HOME"/.config}/nvim \
- VIMRC=$${XDF_CONFIG_HOME:="$$HOME"/.config}/init.vim
+ VIMDIR=$${XDG_CONFIG_HOME:-"$$HOME"/.config}/nvim \
+ VIMRC=$${XDF_CONFIG_HOME:="$$HOME"/.config}/init.vim
install-newsboat:
mkdir -p -- $(HOME)/.config/newsboat $(HOME)/.local/share/newsboat
@@ -536,7 +536,7 @@ install-vim-autoload:
install-vim-bundle: install-vim-config
find vim/bundle/*/* \
- -type d -exec sh -c \
+ -type d -exec sh -c \
'mkdir -p -- $(VIMDIR)/"$${1#vim/bundle/*/}"' _ {} \;
find vim/bundle/*/*/* \
-type f -exec sh -c \