Skip to content

Commit

Permalink
Merge branch 'makefile-vim'
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Apr 28, 2011
2 parents 72deab1 + e2e70e6 commit e07dd2c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Expand Up @@ -34,6 +34,7 @@ textmate:
#cp ${README} TextMate/sparkup-readme.txt

vim:
mkdir -p vim/ftplugin/html
mkdir -p vim/ftplugin/html vim/doc
cp ${SPARKUP_PY} vim/ftplugin/html/sparkup.py
#cp ${README} vim/sparkup-readme.txt
# Add asteriks to title, so it gets matched by `:helptags`
sed '1s/.*/*\0*/' ${README} > vim/doc/sparkup.txt

0 comments on commit e07dd2c

Please sign in to comment.