mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-10 19:24:13 +01:00
* 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?)
10 lines
207 B
Makefile
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}
|