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/scrnsaverproto/Makefile | |
parent | 5b055dc946e357517b7ea7f52dd0817025d076a3 (diff) |
Install documentation files for protocols.
Diffstat (limited to 'proto/scrnsaverproto/Makefile')
-rw-r--r-- | proto/scrnsaverproto/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/proto/scrnsaverproto/Makefile b/proto/scrnsaverproto/Makefile index 57bbc6da8..4853f98fc 100644 --- a/proto/scrnsaverproto/Makefile +++ b/proto/scrnsaverproto/Makefile @@ -1,7 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2010/04/25 19:55:03 matthieu Exp $ +# $OpenBSD: Makefile,v 1.3 2012/04/08 09:46:58 matthieu Exp $ HEADERS_SUBDIR= X11/extensions/ HEADERS= saver.h saverproto.h PKGCONFIG= scrnsaverproto.pc +afterinstall: + ${INSTALL_DATA} ${.CURDIR}/specs/saver.xml \ + ${DESTDIR}${X11BASE}/share/doc/scrnsaverproto + .include <bsd.xorg.mk> |