diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-06-01 20:00:23 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-06-01 20:00:23 +0000 |
commit | 9a07225e8b286c7a33115bcb7729f16331c66d51 (patch) | |
tree | e858f533073bdac4f6a2605cdd26258a2b949952 /proto/inputproto | |
parent | 122293145eb14921b455aa32d7217cb4f350e4b1 (diff) |
Install more protocol documentation.
Diffstat (limited to 'proto/inputproto')
-rw-r--r-- | proto/inputproto/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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> |