Skip to content

Commit

Permalink
Makefile back, I like to add my stuff with it. :-)
Browse files Browse the repository at this point in the history
Changed to create the .zip file with the plugin dir.
  • Loading branch information
taq committed Dec 16, 2010
1 parent 0da1235 commit fc43139
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
@@ -0,0 +1,5 @@
zip:
git archive --format=zip HEAD plugin/*.vim > vim-git-branch-info.zip
install:
mkdir -p ~/.vim/plugin/
cp git-branch-info.vim ~/.vim/plugin/

2 comments on commit fc43139

@court-jus
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may use the -o option of git archive

@taq
Copy link
Owner Author

@taq taq commented on fc43139 Jan 20, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if there was this option back then when I made the script, but you know ... shell scripters use to use > to create outputs. :-)

Please sign in to comment.