Skip to content

Commit

Permalink
MAN: makefile fixed update database
Browse files Browse the repository at this point in the history
  • Loading branch information
gpicchiarelli committed Aug 15, 2019
1 parent 078c66b commit 1cb80ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions man/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

realinstall:
cp ${DAEMON_NAME}.8 /usr/share/man/man8/${DAEMON_NAME}.8
makewhatis /usr/share/man

clean:
rm /usr/share/man/man8/${DAEMON_NAME}.8
makewhatis /usr/share/man

.include <bsd.man.mk>
.include <bsd.subdir.mk>

0 comments on commit 1cb80ee

Please sign in to comment.