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/man/man7 in order that generated MAN...
details: https://anonhg.NetBSD.org/src/rev/0163ecfdc60a
branches: trunk
changeset: 763184:0163ecfdc60a
user: plunky <plunky%NetBSD.org@localhost>
date: Sat Mar 12 12:15:46 2011 +0000
description:
in order that generated MAN files are cleaned up, bsd.x11.mk needs
to be included after the MAN= assignment. Then we need to explicitly
include bsd.own.mk before .PATH to get the value of X11SRCDIRMIT
diffstat:
external/mit/xorg/share/man/man7/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 593a816fe1a5 -r 0163ecfdc60a external/mit/xorg/share/man/man7/Makefile
--- a/external/mit/xorg/share/man/man7/Makefile Sat Mar 12 11:43:38 2011 +0000
+++ b/external/mit/xorg/share/man/man7/Makefile Sat Mar 12 12:15:46 2011 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2010/11/18 18:47:36 tron Exp $
+# $NetBSD: Makefile,v 1.2 2011/03/12 12:15:46 plunky Exp $
-.include <bsd.x11.mk>
+.include <bsd.own.mk>
.PATH: ${X11SRCDIRMIT}/xorg-docs/man/general
MAN= Consortium.7 Standards.7 X.7 XOrgFoundation.7 XProjectTeam.7 \
Xsecurity.7
+.include <bsd.x11.mk>
.include <bsd.man.mk>
Home |
Main Index |
Thread Index |
Old Index