summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-10-21 17:33:43 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-10-21 17:33:43 +0000
commit0a5248cdb585bd435fc4622cafe7a57305ddecc6 (patch)
tree86114564ff6fb0f9f0a2e1a3b15eab50807ad599 /etc
parent27847060332dc7764241a65de06df990a5ba8b0f (diff)
downloadFreeBSD-src-0a5248cdb585bd435fc4622cafe7a57305ddecc6.zip
FreeBSD-src-0a5248cdb585bd435fc4622cafe7a57305ddecc6.tar.gz
Make whatisdb after the whole system is installed, since the one in
share/man will only create entries for manual pages that have been installed up to that point.
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 447b2d9..444ef5e 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -161,6 +161,7 @@ distribution: distrib-dirs
(cd ../; \
install -c -o root -g wheel -m 444 ${FREEBSD} ${DESTDIR}/)
(cd ..; ${MAKE} mdec; )
+ (cd ../share/man; ${MAKE} makedb; )
.if ${MACHINE} == "tahoe"
(cd etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS1} \
${DESTDIR}/)
OpenPOWER on IntegriCloud