Module Name:    src
Committed By:   tron
Date:           Thu Nov 18 18:47:36 UTC 2010

Modified Files:
        src/external/mit/xorg/share: Makefile
Added Files:
        src/external/mit/xorg/share/man: Makefile
        src/external/mit/xorg/share/man/man7: Makefile

Log Message:
Build and install the following manual pages from the "xorg-docs" package:
- Consortium(7)
- Standards(7)
- X(7)
- XOrgFoundation(7)
- XProjectTeam(7)
- Xsecurity(7)
This fixes PR xsrc/44034 by Martin Neitzel.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/mit/xorg/share/Makefile
cvs rdiff -u -r0 -r1.1 src/external/mit/xorg/share/man/Makefile
cvs rdiff -u -r0 -r1.1 src/external/mit/xorg/share/man/man7/Makefile

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

Modified files:

Index: src/external/mit/xorg/share/Makefile
diff -u src/external/mit/xorg/share/Makefile:1.1.1.1 src/external/mit/xorg/share/Makefile:1.2
--- src/external/mit/xorg/share/Makefile:1.1.1.1	Tue Jul 29 05:01:23 2008
+++ src/external/mit/xorg/share/Makefile	Thu Nov 18 18:47:35 2010
@@ -1,11 +1,11 @@
-#	$NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:23 mrg Exp $
+#	$NetBSD: Makefile,v 1.2 2010/11/18 18:47:35 tron Exp $
 
 .include <bsd.own.mk>
 
 SUBDIR=	cf
 .if ${MKSHARE} != "no" || \
 	make(clean) || make(cleandir) || make(distclean) || make(obj)
-SUBDIR+=fonts nls
+SUBDIR+=fonts man nls
 .endif
 
 .include <bsd.subdir.mk>

Added files:

Index: src/external/mit/xorg/share/man/Makefile
diff -u /dev/null src/external/mit/xorg/share/man/Makefile:1.1
--- /dev/null	Thu Nov 18 18:47:36 2010
+++ src/external/mit/xorg/share/man/Makefile	Thu Nov 18 18:47:36 2010
@@ -0,0 +1,7 @@
+#	$NetBSD: Makefile,v 1.1 2010/11/18 18:47:36 tron Exp $
+
+.include <bsd.own.mk>
+
+SUBDIR=	man7
+
+.include <bsd.subdir.mk>

Index: src/external/mit/xorg/share/man/man7/Makefile
diff -u /dev/null src/external/mit/xorg/share/man/man7/Makefile:1.1
--- /dev/null	Thu Nov 18 18:47:36 2010
+++ src/external/mit/xorg/share/man/man7/Makefile	Thu Nov 18 18:47:36 2010
@@ -0,0 +1,10 @@
+#	$NetBSD: Makefile,v 1.1 2010/11/18 18:47:36 tron Exp $
+
+.include <bsd.x11.mk>
+
+.PATH: ${X11SRCDIRMIT}/xorg-docs/man/general
+
+MAN=	Consortium.7 Standards.7 X.7 XOrgFoundation.7 XProjectTeam.7 \
+	Xsecurity.7
+
+.include <bsd.man.mk>

Reply via email to