Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/share Build and install the following manu...



details:   https://anonhg.NetBSD.org/src/rev/9275b04c776d
branches:  trunk
changeset: 758868:9275b04c776d
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Nov 18 18:47:35 2010 +0000

description:
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.

diffstat:

 external/mit/xorg/share/Makefile          |   4 ++--
 external/mit/xorg/share/man/Makefile      |   7 +++++++
 external/mit/xorg/share/man/man7/Makefile |  10 ++++++++++
 3 files changed, 19 insertions(+), 2 deletions(-)

diffs (42 lines):

diff -r fc3edba46f53 -r 9275b04c776d external/mit/xorg/share/Makefile
--- a/external/mit/xorg/share/Makefile  Thu Nov 18 18:16:15 2010 +0000
+++ b/external/mit/xorg/share/Makefile  Thu Nov 18 18:47:35 2010 +0000
@@ -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>
diff -r fc3edba46f53 -r 9275b04c776d external/mit/xorg/share/man/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/mit/xorg/share/man/Makefile      Thu Nov 18 18:47:35 2010 +0000
@@ -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>
diff -r fc3edba46f53 -r 9275b04c776d external/mit/xorg/share/man/man7/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/mit/xorg/share/man/man7/Makefile Thu Nov 18 18:47:35 2010 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index