summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-11-02 17:06:44 -0400
committerJesse Luehrs <doy@tozt.net>2013-11-02 17:10:28 -0400
commit79a0ddb6caa5b60fff7585e5fc55498cb6f652cf (patch)
tree14b3741bdaab73984be3c75b06ee0b755bfa6cbe /Makefile
parent4dc218c4a53a2276f99c872a4cf8e55e44044a83 (diff)
downloadconf-79a0ddb6caa5b60fff7585e5fc55498cb6f652cf.tar.gz
conf-79a0ddb6caa5b60fff7585e5fc55498cb6f652cf.zip
this is also a generated file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 94bb490..8916c0e 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,8 @@ INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL))
BUILD = bin/nethack/timettyrec \
$(addsuffix .dat,$(filter-out %.dat,$(wildcard fortune/*))) \
- vim/bundle/vimproc/autoload/vimproc_unix.so
+ vim/bundle/vimproc/autoload/vimproc_unix.so \
+ vim/spell/en.utf-8.add.spl
EMPTYDIRS = .log .vim/undo
@@ -92,4 +93,7 @@ fortune/%.dat : fortune/%
vim/bundle/vimproc/autoload/vimproc_unix.so : vim/bundle/vimproc/autoload/proc.c
cd vim/bundle/vimproc && make
+%.spl : %
+ @vim -u NONE -c':mkspell $< | :q'
+
.PHONY: build install clean