./install.py and ./uninstall.py are not executable on fresh git pull.

pull/272/head
Stephen Blott 10 years ago
parent 6360876933
commit b3105a368a

@ -4,10 +4,10 @@ TAGNAME = release-v$(VERSION)
.PHONY: docs install uninstall lint tar test
install:
install.py
python install.py
uninstall:
uninstall.py
python uninstall.py
docs:
pandoc -s -w man docs/manpage_header.md docs/header.md docs/body.md -o docs/autojump.1

Loading…
Cancel
Save