Backout botched attempt to introduce MANSECT feature; it
doesn't work in "developer" mode (single module checkout).
This commit is contained in:
parent
345e52e742
commit
75c9631fac
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user