Module Name:    src
Committed By:   kamil
Date:           Sun Nov 22 04:16:22 UTC 2015

Modified Files:
        src/lib/libpanel: Makefile

Log Message:
Update the list of libpanel man pages


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libpanel/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libpanel/Makefile
diff -u src/lib/libpanel/Makefile:1.2 src/lib/libpanel/Makefile:1.3
--- src/lib/libpanel/Makefile:1.2	Tue Oct 27 23:13:18 2015
+++ src/lib/libpanel/Makefile	Sun Nov 22 04:16:22 2015
@@ -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 @@ SRCS+=	window.c
 
 #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>

Reply via email to