Skip to content

Commit

Permalink
Update Makefile to include after dir
Browse files Browse the repository at this point in the history
  • Loading branch information
David O'Callaghan committed Feb 15, 2011
1 parent b67c410 commit 13ef4e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,5 +1,5 @@
taskpaper.tar.gz:
tar zcvf taskpaper.tar.gz doc/ ftplugin/ ftdetect/ syntax/
tar zcvf taskpaper.tar.gz after/ doc/ ftplugin/ ftdetect/ syntax/

deploy:
rsync -av doc ftdetect ftplugin syntax $(HOME)/.vim
rsync -av after doc ftdetect ftplugin syntax $(HOME)/.vim

0 comments on commit 13ef4e9

Please sign in to comment.