From e7e38073acafa7fb5a2b333667972790f495ea1b Mon Sep 17 00:00:00 2001 From: matthieu Date: Tue, 1 Jun 2010 20:00:22 +0000 Subject: [PATCH] Install more protocol documentation. --- proto/fixesproto/Makefile | 6 +++++- proto/inputproto/Makefile | 6 +++++- proto/xextproto/Makefile | 6 +++++- 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 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 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