Added mandb update to makefile

This commit is contained in:
Mark Qvist 2020-09-28 11:07:10 +02:00
parent ef700b3244
commit 8944821ba8
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,9 @@ install:
@echo "Installing tncattach..."
chmod a+x tncattach
cp ./tncattach /usr/local/sbin/
install -m 644 -o root -g root tncattach.8 /usr/local/man/man8
mkdir -p /usr/local/man/man8
install -m 644 -o root -g root tncattach.8 /usr/local/man/man8/tncattach.8
mandb -f /usr/local/man/man8/tncattach.8
uninstall:
@echo "Uninstalling tncattach"