]> Zhao Yanbai Git Server - minix.git/commitdiff
Index manpages after build and install
authorBen Gras <ben@minix3.org>
Mon, 15 Aug 2005 09:42:40 +0000 (09:42 +0000)
committerBen Gras <ben@minix3.org>
Mon, 15 Aug 2005 09:42:40 +0000 (09:42 +0000)
tools/chrootmake.sh

index 493ea6632ee033d02dca0c5f403cc0b419950f47..5fca38b8c63232ad3267059ac4c54208e7e4050d 100755 (executable)
@@ -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