1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 05:50:47 +00:00

Makefile: prepend ./ to (un)install.py

This commit is contained in:
Daniel Hahler 2014-06-23 17:05:14 +02:00
parent 6360876933
commit 8c7f0bf994

View File

@ -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 ./install.py
uninstall: uninstall:
uninstall.py ./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