From 559ead890cacb6557c4732ba7eb991346ce9078c Mon Sep 17 00:00:00 2001 From: William Ting Date: Sun, 9 Mar 2014 18:51:37 -0700 Subject: [PATCH] Update Makefile to use new install / uninstall scripts. Closes #263. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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