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.
This commit is contained in:
tron 2010-11-18 18:47:35 +00:00
parent b9b1de19e8
commit c3b15fd54b
3 changed files with 19 additions and 2 deletions

View File

@ -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>

7
external/mit/xorg/share/man/Makefile vendored Normal file
View File

@ -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>

View File

@ -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>