glimpse/Makefile
author Mahlon E. Smith <mahlon@martini.nu>
Thu, 30 Jul 2009 09:35:10 -0700
branchvim-stuff
changeset 10 a8f9271a7cab
parent 1 fd505fd00e63
child 11 a9ebb6c22d14
permissions -rw-r--r--
* Remove committed keyword expansions. * Update copyright. * Fix glimpseindex problems for the vast majority of errors, otherwise display error for easier user debugging (instead of reporting false success.)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
fd505fd00e63 Initial commit of the VimGlimpse plugin.
mahlon
parents:
diff changeset
     1
PLUGIN = glimpse
fd505fd00e63 Initial commit of the VimGlimpse plugin.
mahlon
parents:
diff changeset
     2
fd505fd00e63 Initial commit of the VimGlimpse plugin.
mahlon
parents:
diff changeset
     3
SOURCE  = doc/glimpse.txt
fd505fd00e63 Initial commit of the VimGlimpse plugin.
mahlon
parents:
diff changeset
     4
SOURCE += plugin/glimpse.vim
fd505fd00e63 Initial commit of the VimGlimpse plugin.
mahlon
parents:
diff changeset
     5
fd505fd00e63 Initial commit of the VimGlimpse plugin.
mahlon
parents:
diff changeset
     6
${PLUGIN}.vba: ${SOURCE}
fd505fd00e63 Initial commit of the VimGlimpse plugin.
mahlon
parents:
diff changeset
     7
	vim --cmd 'let g:plugin_name="${PLUGIN}"' -s build.vim
fd505fd00e63 Initial commit of the VimGlimpse plugin.
mahlon
parents:
diff changeset
     8
fd505fd00e63 Initial commit of the VimGlimpse plugin.
mahlon
parents:
diff changeset
     9
install:
fd505fd00e63 Initial commit of the VimGlimpse plugin.
mahlon
parents:
diff changeset
    10
	rsync -Rv ${SOURCE} ${HOME}/.vim/
fd505fd00e63 Initial commit of the VimGlimpse plugin.
mahlon
parents:
diff changeset
    11
fd505fd00e63 Initial commit of the VimGlimpse plugin.
mahlon
parents:
diff changeset
    12
clean:
fd505fd00e63 Initial commit of the VimGlimpse plugin.
mahlon
parents:
diff changeset
    13
	rm ${PLUGIN}.vba