mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-06 20:54:31 +08:00
Makefile fixed.
This commit is contained in:
4
Makefile
4
Makefile
@@ -6,8 +6,8 @@ install:
|
|||||||
vim -u NONE -c 'helptags ~/.vim/doc' -c 'q'
|
vim -u NONE -c 'helptags ~/.vim/doc' -c 'q'
|
||||||
|
|
||||||
zip:
|
zip:
|
||||||
zip -r pickacolor.zip doc plugin
|
zip -r ${PLUGIN}.zip doc plugin
|
||||||
zip pickacolor.zip -d \*.sw\?
|
zip ${PLUGIN}.zip -d \*.sw\?
|
||||||
|
|
||||||
vimball: install
|
vimball: install
|
||||||
echo doc/${PLUGIN}.txt > vimball.txt
|
echo doc/${PLUGIN}.txt > vimball.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user