Makefile
author Mahlon E. Smith <mahlon@martini.nu>
Wed, 18 Oct 2017 10:54:16 -0700
branchvim-stuff
changeset 30 92095e6c3cf6
parent 29 dda9eb90cf5d
permissions -rw-r--r--
Fix key lookup when a repo is found, but the file under edit isn't a part of it.

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