summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2011-04-12 06:27:28 +0200
committerMichael Cardell Widerkrantz <mc@hack.org>2011-04-12 06:27:28 +0200
commit15b6b6f7f9266d6de250555a8ec1746d049786e2 (patch)
tree09d0870c6d26e02c9aeb212f699c1be3b203a5e7
parent41726539557f178704a26ee79b666e712c168391 (diff)
downloadmcwm-15b6b6f7f9266d6de250555a8ec1746d049786e2.zip
Add install for man page.20110412
Bump.
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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)