From: Ben Gras Date: Mon, 15 Aug 2005 09:42:40 +0000 (+0000) Subject: Index manpages after build and install X-Git-Tag: v3.1.0~333 X-Git-Url: http://zhaoyanbai.com/repos/zlib_tech.html?a=commitdiff_plain;h=547cd7cc29acf22cd15c9f40e63070b6863abaee;p=minix.git Index manpages after build and install --- diff --git a/tools/chrootmake.sh b/tools/chrootmake.sh index 493ea6632..5fca38b8c 100755 --- a/tools/chrootmake.sh +++ b/tools/chrootmake.sh @@ -9,5 +9,8 @@ make hdboot || exit 1 cp ../boot/boot /boot/boot || exit 1 cd /usr/src || exit 1 make clean +# Let man find the manpages +makewhatis /usr/man +makewhatis /usr/local/man exit 0