]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - setup.sh
setup.sh: Run `make` in vim/spell/ if it exists.
[config/dotfiles.git] / 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