| version 1.163, 2002/02/28 02:22:59 |
version 1.164, 2002/03/01 06:02:41 |
|
|
| (cd ${.CURDIR}/share/man && ${MAKE} makedb) |
(cd ${.CURDIR}/share/man && ${MAKE} makedb) |
| .endif |
.endif |
| |
|
| # XXX I wish there was a more rational place to do this, but I can't |
# Let install-info track this as it's the program creating/updating the |
| # think of one. There is no one place the info/dir file gets generated. |
# dir file |
| infodir-meta: |
infodir-meta: |
| .if defined(UNPRIVED) && (${MKINFO} != "no") |
.if defined(UNPRIVED) && (${MKINFO} != "no") |
| echo "${DESTDIR}/usr/share/info/dir type=file mode=0644 uname=root gname=wheel" | \ |
(cd ${.CURDIR}/gnu/usr.bin/texinfo/install-info && ${MAKE} infodir-meta) |
| sed -e 's|^/|./|g' -e 's|//|/|g' >>${METALOG} |
|
| .endif |
.endif |
| |
|
| afterinstall: whatis.db infodir-meta |
afterinstall: whatis.db infodir-meta |