Define man page links of the libpanel functions

This commit is contained in:
kamil 2015-11-22 04:21:39 +00:00
parent 596a81a358
commit 71ae6a01f6
1 changed files with 15 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2015/11/22 04:16:22 kamil Exp $
# $NetBSD: Makefile,v 1.4 2015/11/22 04:21:39 kamil Exp $
WARNS= 4
@ -37,4 +37,18 @@ MAN+= panel_hidden.3
MAN+= panel_userptr.3
MAN+= update_panels.3
MLINKS+= new_panel.3 panel_window.3
MLINKS+= new_panel.3 replace_window.3
MLINKS+= new_panel.3 replace_panel.3
MLINKS+= new_panel.3 del_panel.3
MLINKS+= panel_above.3 top_panel.3
MLINKS+= panel_above.3 bottom_panel.3
MLINKS+= panel_above.3 panel_below.3
MLINKS+= panel_hidden.3 hide_panel.3
MLINKS+= panel_hidden.3 show_panel.3
MLINKS+= panel_userptr.3 set_panel_userptr.3
.include <bsd.lib.mk>