diff options
author | naddy | 2011-06-23 22:48:59 +0000 |
---|---|---|
committer | naddy | 2011-06-23 22:48:59 +0000 |
commit | 9cdb324e269d193070cc21cd0d7caac80f84814a (patch) | |
tree | f9c6a79b04f93b0ca9686aded105a0889301a83f /Makefile | |
parent | d4326872b6ab95f1f41f18d54aa8e84421e172d2 (diff) | |
download | cwm-9cdb324e269d193070cc21cd0d7caac80f84814a.tar.gz |
switch to installing source manuals:
* cope with new bsd.man.mk
* update imake configuration
ports use of imake remains unchanged
Diffstat (limited to '')
-rw-r--r-- | Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2011/03/22 10:47:59 okan Exp $ +# $OpenBSD: Makefile,v 1.19 2011/06/23 22:48:59 naddy Exp $ .include <bsd.xconf.mk> @@ -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> |