specky/Makefile
author Mahlon E. Smith <mahlon@martini.nu>
Thu, 30 Jul 2009 09:35:10 -0700
branchvim-stuff
changeset 10 a8f9271a7cab
parent 6 31d00503e038
child 11 a9ebb6c22d14
permissions -rw-r--r--
* Remove committed keyword expansions. * Update copyright. * Fix glimpseindex problems for the vast majority of errors, otherwise display error for easier user debugging (instead of reporting false success.)

PLUGIN = specky

SOURCE =  syntax/rdoc.vim
SOURCE += syntax/specrun.vim
SOURCE += syntax/rspec.vim
SOURCE += ftdetect/rspec.vim
SOURCE += ftplugin/rspec.vim
SOURCE += doc/specky.txt
SOURCE += plugin/specky.vim
SOURCE += snippets/rspec.snippets

${PLUGIN}.vba: ${SOURCE}
	vim --cmd 'let g:plugin_name="${PLUGIN}"' -s build.vim
	gzip ${PLUGIN}.vba

install:
	rsync -Rv ${SOURCE} ${HOME}/.vim/

clean:
	rm ${PLUGIN}.vba