1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-10 19:24:13 +01:00
Files
pentadactyl-pm/vimperator/contrib/vim/Makefile
Ted Pavlic 612362149a Fully-staged previous commit (f4e4ed50986d091461536536a6a085dfcbc91823).
* The vimperator.vba was not included although muttator.vba was.
* Adjusted Makefiles so that vim is called with "-" to open stdin (that
  was required on my Vim7.2 system; does it break others?)
2009-01-22 10:30:35 -05:00

10 lines
207 B
Makefile

VIMBALL = vimperator.vba
vimball: mkvimball.txt syntax/vimperator.vim ftdetect/vimperator.vim
echo '%MkVimball! ${VIMBALL} .' | vim -u NORC -N -e -s mkvimball.txt -
all: vimball
clean:
rm -f ${VIMBALL}