author | Mahlon E. Smith <mahlon@martini.nu> |
Fri, 24 Dec 2010 20:01:10 -0800 | |
branch | vim-stuff |
changeset 21 | cd1f3381c1ed |
parent 11 | a9ebb6c22d14 |
permissions | -rw-r--r-- |
1 | 1 |
PLUGIN = glimpse |
2 |
||
3 |
SOURCE = doc/glimpse.txt |
|
4 |
SOURCE += plugin/glimpse.vim |
|
5 |
||
6 |
${PLUGIN}.vba: ${SOURCE} |
|
11
a9ebb6c22d14
Alter the build Makefiles to implement a suggestion from Antoine Mechelynck.
Mahlon E. Smith <mahlon@martini.nu>
parents:
1
diff
changeset
|
7 |
- vim --cmd 'let g:plugin_name="${PLUGIN}"' -S build.vim -cq\! |
a9ebb6c22d14
Alter the build Makefiles to implement a suggestion from Antoine Mechelynck.
Mahlon E. Smith <mahlon@martini.nu>
parents:
1
diff
changeset
|
8 |
gzip ${PLUGIN}.vba |
1 | 9 |
|
10 |
install: |
|
11 |
rsync -Rv ${SOURCE} ${HOME}/.vim/ |
|
12 |
||
13 |
clean: |
|
11
a9ebb6c22d14
Alter the build Makefiles to implement a suggestion from Antoine Mechelynck.
Mahlon E. Smith <mahlon@martini.nu>
parents:
1
diff
changeset
|
14 |
rm ${PLUGIN}.vba.gz |