From 79a0ddb6caa5b60fff7585e5fc55498cb6f652cf Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 2 Nov 2013 17:06:44 -0400 Subject: this is also a generated file --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf