diff --git a/Makefile b/Makefile index 2f1fbcc..6b9e948 100644 --- a/Makefile +++ b/Makefile @@ -4,10 +4,10 @@ TAGNAME = release-v$(VERSION) .PHONY: docs install uninstall lint tar test install: - install.sh + install.py uninstall: - uninstall.sh + uninstall.py docs: pandoc -s -w man docs/manpage_header.md docs/header.md docs/body.md -o docs/autojump.1