Index manpages after build and install

This commit is contained in:
Ben Gras 2005-08-15 09:42:40 +00:00
parent 04e92e4372
commit 547cd7cc29

View file

@ -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