Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpanel Define man page links of the libpanel functions



details:   https://anonhg.NetBSD.org/src/rev/089a0bca9d65
branches:  trunk
changeset: 341776:089a0bca9d65
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sun Nov 22 04:21:39 2015 +0000

description:
Define man page links of the libpanel functions

diffstat:

 lib/libpanel/Makefile |  16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r a0b16927a15e -r 089a0bca9d65 lib/libpanel/Makefile
--- a/lib/libpanel/Makefile     Sun Nov 22 04:16:22 2015 +0000
+++ b/lib/libpanel/Makefile     Sun Nov 22 04:21:39 2015 +0000
@@ -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_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>



Home | Main Index | Thread Index | Old Index