From d62fb6d7b34198275675fcd2625e0033d4f79306 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Mon, 12 Mar 2012 19:02:50 -0700 Subject: [PATCH] install spot.1 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 122dbeb..1b6129c 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,10 @@ spot.1: spot.md install: cp spot.sh $(PREFIX)/bin/spot + cp spot.1 $(PREFIX)/share/man/man1/spot.1 uninstall: rm -f $(PREFIX)/bin/spot + rm -f spot.1 $(PREFIX)/share/man/man1/spot.1 .PHONY: docs install uninstall \ No newline at end of file