diff options
author | Michael Cardell Widerkrantz <mc@hack.org> | 2011-04-12 06:27:28 +0200 |
---|---|---|
committer | Michael Cardell Widerkrantz <mc@hack.org> | 2011-04-12 06:27:28 +0200 |
commit | 15b6b6f7f9266d6de250555a8ec1746d049786e2 (patch) | |
tree | 09d0870c6d26e02c9aeb212f699c1be3b203a5e7 | |
parent | 41726539557f178704a26ee79b666e712c168391 (diff) | |
download | mcwm-15b6b6f7f9266d6de250555a8ec1746d049786e2.zip |
Add install for man page.20110412
Bump.
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |