=================================================================== RCS file: /cvsrepo/anoncvs/cvs/xenocara/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xenocara/Makefile 2006/12/17 20:15:39 1.8 +++ xenocara/Makefile 2006/12/17 20:41:36 1.9 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2006/12/17 20:15:39 matthieu Exp $ +# $OpenBSD: Makefile,v 1.9 2006/12/17 20:41:36 matthieu Exp $ .include X11BASE?= /usr/X11R6 @@ -30,11 +30,11 @@ ${MAKE} distrib-dirs ${MAKE} includes -afterinstall: install-distrib +afterinstall: + cd distrib/notes; ${MAKE} install /usr/libexec/makewhatis ${DESTDIR}/usr/X11R6/man -install-distrib: - cd distrib/notes; ${MAKE} install +realinstall: _SUBDIRUSE release: release-clean distrib-dirs release-install dist @@ -53,7 +53,6 @@ exit 255; \ fi - release-install: @${MAKE} install .if ${MACHINE} == alpha || ${MACHINE} == hp300 || ${MACHINE} == mac68k || \ @@ -88,7 +87,7 @@ mtree -qdef ${.CURDIR}/etc/mtree/BSD.etc-x11.dist \ -p ${DESTDIR}${X11ETC}/ -U -.PHONY: all build beforeinstall install afterinstall release clean cleandir +.PHONY: all build beforeinstall install afterinstall release clean cleandir \ + distrib-dirs -.include .include