]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
setup.sh: Run `make` in vim/spell/ if it exists.
authorSimon Ruderich <simon@ruderich.org>
Sun, 10 Mar 2013 23:08:39 +0000 (00:08 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 10 Mar 2013 23:08:39 +0000 (00:08 +0100)
setup.sh

index 10591b6cb02d5dad6bd376e40070ebbc0dfcbfa0..304d4d0e2c4104ef4c1da85ec6d35bbc3189e86c 100755 (executable)
--- 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