diff -r 2b198f0a86fe -r cc3094023778 specky/Makefile --- a/specky/Makefile Wed Jan 02 09:14:17 2013 -0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ -PLUGIN = specky - -SOURCE = syntax/rdoc.vim -SOURCE += syntax/specrun.vim -SOURCE += syntax/specrun1.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 -SOURCE += ruby/specky_formatter.rb - - -${PLUGIN}.vba: ${SOURCE} - - vim --cmd 'let g:plugin_name="${PLUGIN}"' -S build.vim -cq\! - gzip ${PLUGIN}.vba - -install: - rsync -Rv ${SOURCE} ${HOME}/.vim/ - -clean: - rm ${PLUGIN}.vba.gz