Skip to content
Snippets Groups Projects
Commit 15b6b6f7 authored by Michael Cardell Widerkrantz's avatar Michael Cardell Widerkrantz
Browse files

Add install for man page.

Bump.
parent 41726539
No related branches found
No related tags found
No related merge requests found
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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment