about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2011-08-04 20:53:37 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2011-08-04 20:53:37 +0200
commit513c35dca9047f01f26ec1be5089b9e4dfd34648 (patch)
tree302991f29f21a76464656d461d78fe77ab9c697c /Makefile
parentf067809af405f2703a9cf180ee9e1ed5bf183caa (diff)
parent912dd46a7e5aac20c685fcb424a484a44bb9c713 (diff)
downloadcwm-513c35dca9047f01f26ec1be5089b9e4dfd34648.tar.gz
cwm-513c35dca9047f01f26ec1be5089b9e4dfd34648.tar.xz
cwm-513c35dca9047f01f26ec1be5089b9e4dfd34648.zip
cvsimport
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c3efedb..6e787c0 100644
--- a/Makefile
+++ b/Makefile
@@ -24,12 +24,11 @@ CFLAGS+=	-Wall -O2 -g
 LDADD+=		-L${X11BASE}/lib -lXft -lXrender -lX11 -lxcb -lXau -lXdmcp \
 		-lfontconfig -lexpat -lfreetype -lz -lXinerama -lXrandr -lXext
 
-MANDIR=		${X11BASE}/man/cat
+MANDIR=		${X11BASE}/man/man
 MAN=		cwm.1 cwmrc.5
 
 CLEANFILES=	cwm.cat1 cwmrc.cat5
 
-
 all: $(PROG)
 
 clean: