Source-Changes-HG archive

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

[src/trunk]: src/lib/libpanel Update the list of libpanel man pages



details:   https://anonhg.NetBSD.org/src/rev/a0b16927a15e
branches:  trunk
changeset: 341775:a0b16927a15e
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sun Nov 22 04:16:22 2015 +0000

description:
Update the list of libpanel man pages

diffstat:

 lib/libpanel/Makefile |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 13f91e696f82 -r a0b16927a15e lib/libpanel/Makefile
--- a/lib/libpanel/Makefile     Sun Nov 22 03:31:00 2015 +0000
+++ b/lib/libpanel/Makefile     Sun Nov 22 04:16:22 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2015/10/27 23:13:18 uwe Exp $
+#      $NetBSD: Makefile,v 1.3 2015/11/22 04:16:22 kamil Exp $
 
 WARNS= 4
 
@@ -28,6 +28,13 @@
 
 #LIBDPLIBS+=   curses  ${.CURDIR}/../libcurses
 
-MAN=   panel.3
+MAN=   #
+MAN+=  move_panel.3
+MAN+=  new_panel.3
+MAN+=  panel.3
+MAN+=  panel_above.3
+MAN+=  panel_hidden.3
+MAN+=  panel_userptr.3
+MAN+=  update_panels.3
 
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index