Index manpages after build and install
This commit is contained in:
parent
04e92e4372
commit
547cd7cc29
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue