summaryrefslogtreecommitdiff
path: root/proto/inputproto/Makefile
blob: 3d468600990bcaec0a87f7257b9e32dc7339d0f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $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>