Skip to content

Commit

Permalink
install spot.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tj authored and rauchg committed Mar 13, 2012
1 parent ef9908b commit d62fb6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d62fb6d

Please sign in to comment.