diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-04-08 09:46:59 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-04-08 09:46:59 +0000 |
commit | e933c8bccf087530caecf97c7bea60c59dcdd209 (patch) | |
tree | 2e80201fb6b1d8fcc1a8a815e534c5acbac10606 /proto/bigreqsproto | |
parent | 5b055dc946e357517b7ea7f52dd0817025d076a3 (diff) |
Install documentation files for protocols.
Diffstat (limited to 'proto/bigreqsproto')
-rw-r--r-- | proto/bigreqsproto/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/proto/bigreqsproto/Makefile b/proto/bigreqsproto/Makefile index bba179c6b..3f1209b61 100644 --- a/proto/bigreqsproto/Makefile +++ b/proto/bigreqsproto/Makefile @@ -1,7 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2010/04/24 19:48:03 matthieu Exp $ +# $OpenBSD: Makefile,v 1.3 2012/04/08 09:46:58 matthieu Exp $ HEADERS_SUBDIR= X11/extensions/ HEADERS= bigreqsproto.h bigreqstr.h PKGCONFIG= bigreqsproto.pc +afterinstall: + ${INSTALL_DATA} ${.CURDIR}/specs/bigreq.xml \ + ${DESTDIR}${X11BASE}/share/doc/bigreqsproto + .include <bsd.xorg.mk> |