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/fixesproto/Makefile | |
parent | 122293145eb14921b455aa32d7217cb4f350e4b1 (diff) |
Install more protocol documentation.
Diffstat (limited to 'proto/fixesproto/Makefile')
-rw-r--r-- | proto/fixesproto/Makefile | 6 |
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> |