From 15b6b6f7f9266d6de250555a8ec1746d049786e2 Mon Sep 17 00:00:00 2001 From: Michael Cardell Widerkrantz Date: Tue, 12 Apr 2011 06:27:28 +0200 Subject: Add install for man page. Bump. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eccd29b..a410c38 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=20110327 +VERSION=20110412 DIST=mcwm-$(VERSION) SRC=mcwm.c list.c config.h events.h list.h DISTFILES=LICENSE Makefile NEWS README TODO WISHLIST mcwm.man $(SRC) @@ -28,9 +28,11 @@ list.o: list.c list.h Makefile install: $(TARGETS) install -m 755 mcwm $(PREFIX)/bin + install -m 644 mcwm.man $(PREFIX)/man/man1/mcwm.1 deinstall: $(RM) $(PREFIX)/bin/mcwm + $(RM) $(PREFIX)/man/man1/mcwm.1 $(DIST).tar.bz2: mkdir $(DIST) -- cgit v1.2.3