Makefile
author Mahlon E. Smith <mahlon@martini.nu>
Sat, 16 Jan 2016 11:36:34 -0800
branchvim-stuff
changeset 29 dda9eb90cf5d
parent 15 hgrev/Makefile@285603587539
permissions -rw-r--r--
Split vim projects into separate repos.

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