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:
parent
b9b1de19e8
commit
c3b15fd54b
|
@ -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>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
SUBDIR= cf
|
SUBDIR= cf
|
||||||
.if ${MKSHARE} != "no" || \
|
.if ${MKSHARE} != "no" || \
|
||||||
make(clean) || make(cleandir) || make(distclean) || make(obj)
|
make(clean) || make(cleandir) || make(distclean) || make(obj)
|
||||||
SUBDIR+=fonts nls
|
SUBDIR+=fonts man nls
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.subdir.mk>
|
.include <bsd.subdir.mk>
|
||||||
|
|
|
@ -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>
|
|
@ -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>
|
Loading…
Reference in New Issue