Install more protocol documentation.

This commit is contained in:
matthieu 2010-06-01 20:00:22 +00:00
parent 71cc7797d8
commit e7e38073ac
3 changed files with 15 additions and 3 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>