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.
This commit is contained in:
Rodney W. Grimes 1993-10-21 17:33:43 +00:00
parent 1c9af4358a
commit d815696f95
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=644

View File

@ -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}/)