equal
deleted
inserted
replaced
1 PLUGIN = specky |
1 PLUGIN = specky |
2 |
2 |
3 SOURCE = syntax/rdoc.vim |
3 SOURCE = syntax/rdoc.vim |
4 SOURCE += syntax/specrun.vim |
4 SOURCE += syntax/specrun.vim |
|
5 SOURCE += syntax/specrun1.vim |
5 SOURCE += syntax/rspec.vim |
6 SOURCE += syntax/rspec.vim |
6 SOURCE += ftdetect/rspec.vim |
7 SOURCE += ftdetect/rspec.vim |
7 SOURCE += ftplugin/rspec.vim |
8 SOURCE += ftplugin/rspec.vim |
8 SOURCE += doc/specky.txt |
9 SOURCE += doc/specky.txt |
9 SOURCE += plugin/specky.vim |
10 SOURCE += plugin/specky.vim |
10 SOURCE += snippets/rspec.snippets |
11 SOURCE += snippets/rspec.snippets |
|
12 SOURCE += ruby/specky_formatter.rb |
|
13 |
11 |
14 |
12 ${PLUGIN}.vba: ${SOURCE} |
15 ${PLUGIN}.vba: ${SOURCE} |
13 - vim --cmd 'let g:plugin_name="${PLUGIN}"' -S build.vim -cq\! |
16 - vim --cmd 'let g:plugin_name="${PLUGIN}"' -S build.vim -cq\! |
14 gzip ${PLUGIN}.vba |
17 gzip ${PLUGIN}.vba |
15 |
18 |