summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 44c77f2..1bd9271 100644
--- a/Makefile
+++ b/Makefile
@@ -15,11 +15,9 @@ CFLAGS+=	-Wall
 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
-
 obj: _xenocara_obj
 
 .include <bsd.prog.mk>