From: Simon Ruderich Date: Sun, 10 Mar 2013 23:08:39 +0000 (+0100) Subject: setup.sh: Run `make` in vim/spell/ if it exists. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=0ae459979785c28552e048f84cf83ee8cbedc53c setup.sh: Run `make` in vim/spell/ if it exists. --- diff --git a/setup.sh b/setup.sh index 10591b6..304d4d0 100755 --- a/setup.sh +++ b/setup.sh @@ -36,6 +36,11 @@ if installed gvim; then link gvimrc ~/.gvimrc fi +# Create/Update custom spell checking files. +if test -f vim/spell/Makefile; then + make -C vim/spell +fi + if test -d ~/.crontab.d; then link crontab ~/.crontab.d/crontab.dotfiles-vim fi