Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix doc installation in "vim" Makefile task. #39

Merged
merged 1 commit into from
Oct 1, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ textmate:
#cp ${README} TextMate/sparkup-readme.txt #cp ${README} TextMate/sparkup-readme.txt


vim: vim:
mkdir -p vim/ftplugin/html mkdir -p vim/ftplugin/html vim/doc
cp ${SPARKUP_PY} vim/ftplugin/html/sparkup.py 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