From 547cd7cc29acf22cd15c9f40e63070b6863abaee Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 15 Aug 2005 09:42:40 +0000 Subject: [PATCH] Index manpages after build and install --- tools/chrootmake.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.44.0