mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
./install.py and ./uninstall.py are not executable on fresh git pull.
This commit is contained in:
parent
6360876933
commit
b3105a368a
4
Makefile
4
Makefile
@ -4,10 +4,10 @@ TAGNAME = release-v$(VERSION)
|
|||||||
.PHONY: docs install uninstall lint tar test
|
.PHONY: docs install uninstall lint tar test
|
||||||
|
|
||||||
install:
|
install:
|
||||||
install.py
|
python install.py
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
uninstall.py
|
python uninstall.py
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
pandoc -s -w man docs/manpage_header.md docs/header.md docs/body.md -o docs/autojump.1
|
pandoc -s -w man docs/manpage_header.md docs/header.md docs/body.md -o docs/autojump.1
|
||||||
|
Loading…
Reference in New Issue
Block a user