Backout botched attempt to introduce MANSECT feature; it

doesn't work in "developer" mode (single module checkout).
This commit is contained in:
Ruslan Ermilov 2001-03-26 14:47:21 +00:00
parent 345e52e742
commit 75c9631fac

View File

@ -61,10 +61,7 @@ ${PROG}: ${OBJS}
!defined(MAN4) && !defined(MAN5) && !defined(MAN6) && \
!defined(MAN7) && !defined(MAN8) && !defined(MAN9) && \
!defined(MAN1aout)
MANSECT?= 1
.for sect in ${MANSECT}
MAN${sect}= ${PROG}.${sect}
.endfor
MAN1= ${PROG}.1
.endif
.endif