From 07f00e65f41f6b450798628ec194b7f95cea0ade Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 18 May 2007 13:26:24 +0200 Subject: Makefile: Add uninstall target and compress manpage Thanks to Folkert van Heusden for the patch --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf