summaryrefslogtreecommitdiff
path: root/proto/fixesproto/Makefile
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-06-01 20:00:23 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-06-01 20:00:23 +0000
commit9a07225e8b286c7a33115bcb7729f16331c66d51 (patch)
treee858f533073bdac4f6a2605cdd26258a2b949952 /proto/fixesproto/Makefile
parent122293145eb14921b455aa32d7217cb4f350e4b1 (diff)
Install more protocol documentation.
Diffstat (limited to 'proto/fixesproto/Makefile')
-rw-r--r--proto/fixesproto/Makefile6
1 files changed, 5 insertions, 1 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 <bsd.xorg.mk>