Install the manpages before descending into SUBDIRs.

This commit is contained in:
Ruslan Ermilov 2002-05-07 15:27:56 +00:00
parent 61bf970ef8
commit b90dab70f1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96162

View File

@ -347,11 +347,12 @@ _libinstall:
${_INSTALLFLAGS} ${LINTLIB} ${DESTDIR}${LINTLIBDIR}
.endif
.if !defined(NOMAN)
realinstall: maninstall
.endif
install: afterinstall
afterinstall: realinstall
.if !defined(NOMAN)
afterinstall: maninstall
.endif
.endif
.if !target(lint)