| version 1.164, 2002/03/01 06:02:41 |
version 1.165, 2002/03/05 16:17:06 |
| Line 105 regression-tests: |
|
| Line 105 regression-tests: |
|
| @(cd ${.CURDIR}/regress && ${MAKE} regress) |
@(cd ${.CURDIR}/regress && ${MAKE} regress) |
| .endif |
.endif |
| |
|
| whatis.db: |
afterinstall: |
| .if ${MKMAN} != "no" |
.if ${MKMAN} != "no" |
| (cd ${.CURDIR}/share/man && ${MAKE} makedb) |
(cd ${.CURDIR}/share/man && ${MAKE} makedb) |
| .endif |
.endif |
| |
|
| # Let install-info track this as it's the program creating/updating the |
|
| # dir file |
|
| infodir-meta: |
|
| .if defined(UNPRIVED) && (${MKINFO} != "no") |
.if defined(UNPRIVED) && (${MKINFO} != "no") |
| (cd ${.CURDIR}/gnu/usr.bin/texinfo/install-info && ${MAKE} infodir-meta) |
(cd ${.CURDIR}/gnu/usr.bin/texinfo/install-info && ${MAKE} infodir-meta) |
| .endif |
.endif |
| |
|
| afterinstall: whatis.db infodir-meta |
|
| |
|
| # Targets (in order!) called by "make build". |
# Targets (in order!) called by "make build". |
| |
|
| BUILDTARGETS+= check-tools |
BUILDTARGETS+= check-tools |