| version 1.175, 2002/05/07 02:11:07 |
version 1.176, 2002/06/19 00:17:11 |
| Line 94 regression-tests: |
|
| Line 94 regression-tests: |
|
| @(cd ${.CURDIR}/regress && ${MAKE} regress) |
@(cd ${.CURDIR}/regress && ${MAKE} regress) |
| .endif |
.endif |
| |
|
| afterinstall: postinstall-check |
afterinstall: |
| .if ${MKMAN} != "no" |
.if ${MKMAN} != "no" |
| (cd ${.CURDIR}/share/man && ${MAKE} makedb) |
(cd ${.CURDIR}/share/man && ${MAKE} makedb) |
| .endif |
.endif |
| .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 |
| |
.if !defined(DESTDIR) || ${DESTDIR} == "" || ${DESTDIR} == "/" |
| |
(${MAKE} postinstall-check) |
| |
.endif |
| |
|
| postinstall-check: |
postinstall-check: |
| @echo " === Post installation checks ===" |
@echo " === Post installation checks ===" |