hgrev/Makefile
author Mahlon E. Smith <mahlon@martini.nu>
Sat, 18 Dec 2010 23:38:55 -0800
branchvim-stuff
changeset 20 09c4f575f627
parent 15 285603587539
permissions -rw-r--r--
add files the Makefile

PLUGIN = hgrev

SOURCE =  plugin/hgrev.vim
SOURCE += doc/hgrev.txt

${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