From b3105a368adfbdfc4f8134cc4f2083d1a6e6e308 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Mon, 31 Mar 2014 11:30:27 +0100 Subject: [PATCH] ./install.py and ./uninstall.py are not executable on fresh git pull. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6b9e948..0fddf0b 100644 --- a/Makefile +++ b/Makefile @@ -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