summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2007-05-18 13:26:24 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2007-05-18 13:26:24 +0200
commit07f00e65f41f6b450798628ec194b7f95cea0ade (patch)
treedec92e799af905d4aab4f6ed0c5b69f773aaf35f /Makefile
parent096429642d2e055b921e760bb365176ee685f5c9 (diff)
Makefile: Add uninstall target and compress manpage
Thanks to Folkert van Heusden for the patch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cfeb89a..d5f8c0f 100644
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,10 @@ inotail: inotail.o
install: inotail
install -m 775 -D inotail $(BINDIR)/inotail
install -m 644 -D inotail.1 $(MANDIR)/inotail.1
+ gzip -9 $(MANDIR)/inotail.1
+
+uninstall:
+ rm $(BINDIR)/inotail $(MANDIR)/inotail.1*
cscope:
cscope -b