author | Mahlon E. Smith <mahlon@martini.nu> |
Thu, 10 Sep 2009 20:50:11 -0700 | |
branch | vim-stuff |
changeset 11 | a9ebb6c22d14 |
parent 6 | 31d00503e038 |
child 20 | 09c4f575f627 |
permissions | -rw-r--r-- |
2 | 1 |
PLUGIN = specky |
2 |
||
3 |
SOURCE = syntax/rdoc.vim |
|
4 |
SOURCE += syntax/specrun.vim |
|
5 | 5 |
SOURCE += syntax/rspec.vim |
6 |
SOURCE += ftdetect/rspec.vim |
|
6 | 7 |
SOURCE += ftplugin/rspec.vim |
2 | 8 |
SOURCE += doc/specky.txt |
9 |
SOURCE += plugin/specky.vim |
|
5 | 10 |
SOURCE += snippets/rspec.snippets |
2 | 11 |
|
12 |
${PLUGIN}.vba: ${SOURCE} |
|
11
a9ebb6c22d14
Alter the build Makefiles to implement a suggestion from Antoine Mechelynck.
Mahlon E. Smith <mahlon@martini.nu>
parents:
6
diff
changeset
|
13 |
- vim --cmd 'let g:plugin_name="${PLUGIN}"' -S build.vim -cq\! |
2 | 14 |
gzip ${PLUGIN}.vba |
15 |
||
16 |
install: |
|
17 |
rsync -Rv ${SOURCE} ${HOME}/.vim/ |
|
18 |
||
19 |
clean: |
|
11
a9ebb6c22d14
Alter the build Makefiles to implement a suggestion from Antoine Mechelynck.
Mahlon E. Smith <mahlon@martini.nu>
parents:
6
diff
changeset
|
20 |
rm ${PLUGIN}.vba.gz |