summaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto')
-rw-r--r--proto/fixesproto/Makefile6
-rw-r--r--proto/inputproto/Makefile6
-rw-r--r--proto/xextproto/Makefile6
3 files changed, 15 insertions, 3 deletions
diff --git a/proto/fixesproto/Makefile b/proto/fixesproto/Makefile
index 6d15b4cd6..e134ecfa3 100644
--- a/proto/fixesproto/Makefile
+++ b/proto/fixesproto/Makefile
@@ -1,7 +1,11 @@
-# $OpenBSD: Makefile,v 1.1 2008/03/25 23:28:19 matthieu Exp $
+# $OpenBSD: Makefile,v 1.2 2010/06/01 20:00:22 matthieu Exp $
HEADERS_SUBDIR= X11/extensions/
HEADERS= xfixesproto.h xfixeswire.h
PKGCONFIG= fixesproto.pc
+afterinstall: fixesproto.txt
+ ${INSTALL_DATA} ${.CURDIR}/fixesproto.txt \
+ ${DESTDIR}${X11BASE}/share/doc/fixesproto
+
.include <bsd.xorg.mk>
diff --git a/proto/inputproto/Makefile b/proto/inputproto/Makefile
index 9bb67e263..3d4686009 100644
--- a/proto/inputproto/Makefile
+++ b/proto/inputproto/Makefile
@@ -1,7 +1,11 @@
-# $OpenBSD: Makefile,v 1.2 2010/05/18 19:25:28 matthieu Exp $
+# $OpenBSD: Makefile,v 1.3 2010/06/01 20:00:22 matthieu Exp $
HEADERS_SUBDIR= X11/extensions/
HEADERS= XI.h XIproto.h XI2.h XI2proto.h
PKGCONFIG= inputproto.pc
+afterinstall: XI2proto.txt XIproto.txt
+ ${INSTALL_DATA} ${.CURDIR}/XI2proto.txt ${.CURDIR}/XIproto.txt \
+ ${DESTDIR}${X11BASE}/share/doc/inputproto
+
.include <bsd.xorg.mk>
diff --git a/proto/xextproto/Makefile b/proto/xextproto/Makefile
index 1b0bcaa63..0892be2d8 100644
--- a/proto/xextproto/Makefile
+++ b/proto/xextproto/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2010/05/10 20:02:59 matthieu Exp $
+# $OpenBSD: Makefile,v 1.4 2010/06/01 20:00:22 matthieu Exp $
HEADERS_SUBDIR= X11/extensions/
HEADERS= dpmsconst.h dpmsproto.h ge.h geproto.h \
@@ -11,4 +11,8 @@ HEADERS= dpmsconst.h dpmsproto.h ge.h geproto.h \
xtestext1proto.h xtestext1const.h xtestconst.h xtestproto.h
PKGCONFIG= xextproto.pc
+afterinstall: geproto.txt
+ ${INSTALL_DATA} ${.CURDIR}/geproto.txt \
+ ${DESTDIR}${X11BASE}/share/doc/xextproto
+
.include <bsd.xorg.mk>