From 9b53214dc18da5c54ea18435edf603d95a08f741 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 17 May 2019 00:22:36 +1200 Subject: Revert "Dispense with system-dependent files" This reverts commit 1c51d2e98e0e0ec91da7ff3a93ad84f9767d0658. Already found problems--trips up using the -V command line option. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 350d891f..2a5abdbd 100644 --- a/Makefile +++ b/Makefile @@ -591,6 +591,11 @@ install-vim-compiler: install-vim-config: install-vim-cache cp -p -- vim/vimrc.stub.vim $(HOME)/.vimrc cp -p -- vim/vimrc $(VIMRC) + if [ -e /etc/debian_version ] ; then \ + cp -p -- vim/system/debian.vim $(VIMDIR)/system.vim ; \ + elif [ -e /etc/centos-release ] ; then \ + cp -p -- vim/system/centos.vim $(VIMDIR)/system.vim ; \ + fi install-vim-filetype: cp -p -- vim/filetype.vim vim/scripts.vim $(VIMDIR) -- cgit v1.2.3