Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/x11/Xserver/hw/dmx Pull up revision 1.3 (requested by jmc...
details: https://anonhg.NetBSD.org/src/rev/3603c50dfbb6
branches: netbsd-3
changeset: 575223:3603c50dfbb6
user: tron <tron%NetBSD.org@localhost>
date: Wed Apr 06 21:32:15 2005 +0000
description:
Pull up revision 1.3 (requested by jmc in ticket #114):
+ install DMX manpages
XXX we install manpages from all over the place, after things are pulled
up to the netbsd-3 branch we would be doing well to re-organize. I
would do it now but we already have enough things to pullup/keep track of
diffstat:
x11/Xserver/hw/dmx/Makefile | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 2ddee26ce2cb -r 3603c50dfbb6 x11/Xserver/hw/dmx/Makefile
--- a/x11/Xserver/hw/dmx/Makefile Wed Apr 06 21:31:10 2005 +0000
+++ b/x11/Xserver/hw/dmx/Makefile Wed Apr 06 21:32:15 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3.2.3 2005/04/06 21:22:32 tron Exp $
+# $NetBSD: Makefile,v 1.3.2.4 2005/04/06 21:32:15 tron Exp $
.include "../../Makefile.serverlib"
@@ -13,6 +13,19 @@
.PATH: ${X11SRCDIR.xc}/programs/Xserver/mi
SRCS+= miinitext.c
+.PATH: ${X11SRCDIR.xc}/doc/man/DMX
+MAN= DMX.3 DMXAddInput.3 DMXAddScreen.3 \
+ DMXChangeDesktopAttributes.3 DMXChangeScreensAttributes.3 \
+ DMXForceWindowCreation.3 DMXGetDesktopAttributes.3 \
+ DMXGetInputAttributes.3 DMXGetInputCount.3 \
+ DMXGetScreenAttributes.3 DMXGetScreenCount.3 \
+ DMXGetWindowAttributes.3 DMXQueryExtension.3 \
+ DMXQueryVersion.3 DMXRemoveInput.3 DMXRemoveScreen.3 DMXSync.3
+
+MLINKS= DMXAddInput.3 DMXAddBackendInput.3 \
+ DMXAddInput.3 DMXAddConsoleInput.3
+
+
CPPFLAGS+= -I${X11SRCDIR.xc}/programs/Xserver/hw/dmx \
-I${DESTDIR}${X11INCDIR}/X11 \
-I${X11SRCDIR.xc}/include/fonts \
Home |
Main Index |
Thread Index |
Old Index