diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2007-05-18 13:26:24 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@xenon.tklauser.home> | 2007-05-18 13:26:24 +0200 |
commit | 07f00e65f41f6b450798628ec194b7f95cea0ade (patch) | |
tree | dec92e799af905d4aab4f6ed0c5b69f773aaf35f /Makefile | |
parent | 096429642d2e055b921e760bb365176ee685f5c9 (diff) |
Makefile: Add uninstall target and compress manpage
Thanks to Folkert van Heusden for the patch
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |