author | Mahlon E. Smith <mahlon@martini.nu> |
Wed, 07 Jul 2010 16:47:28 -0700 | |
branch | vim-stuff |
changeset 15 | 285603587539 |
permissions | -rw-r--r-- |
15
285603587539
Initial commit of the HGRev Vim plugin.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
1 |
PLUGIN = hgrev |
285603587539
Initial commit of the HGRev Vim plugin.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
2 |
|
285603587539
Initial commit of the HGRev Vim plugin.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
3 |
SOURCE = plugin/hgrev.vim |
285603587539
Initial commit of the HGRev Vim plugin.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
4 |
SOURCE += doc/hgrev.txt |
285603587539
Initial commit of the HGRev Vim plugin.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
5 |
|
285603587539
Initial commit of the HGRev Vim plugin.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
6 |
${PLUGIN}.vba: ${SOURCE} |
285603587539
Initial commit of the HGRev Vim plugin.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
7 |
- vim --cmd 'let g:plugin_name="${PLUGIN}"' -S build.vim -cq\! |
285603587539
Initial commit of the HGRev Vim plugin.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
8 |
gzip ${PLUGIN}.vba |
285603587539
Initial commit of the HGRev Vim plugin.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
9 |
|
285603587539
Initial commit of the HGRev Vim plugin.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
10 |
install: |
285603587539
Initial commit of the HGRev Vim plugin.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
11 |
rsync -Rv ${SOURCE} ${HOME}/.vim/ |
285603587539
Initial commit of the HGRev Vim plugin.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
12 |
|
285603587539
Initial commit of the HGRev Vim plugin.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
13 |
clean: |
285603587539
Initial commit of the HGRev Vim plugin.
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
14 |
rm ${PLUGIN}.vba.gz |