diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-22 15:11:03 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-22 15:11:03 +0000 |
commit | 17c879d1ae801cf6c94e890324cff491f19aef32 (patch) | |
tree | 965f98fe860fad6c727289cce65469e546672b94 /proto/randrproto | |
parent | 41995eb1e23320256b1b982c473c2a01b71218e9 (diff) |
Get rid of double-column rules in proto Makefiles.
Diffstat (limited to 'proto/randrproto')
-rw-r--r-- | proto/randrproto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/randrproto/Makefile b/proto/randrproto/Makefile index 3932db4da..115b01044 100644 --- a/proto/randrproto/Makefile +++ b/proto/randrproto/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2008/03/25 23:28:20 matthieu Exp $ +# $OpenBSD: Makefile,v 1.2 2009/05/22 15:11:02 matthieu Exp $ HEADERS_SUBDIR= X11/extensions/ HEADERS= randr.h randrproto.h PKGCONFIG= randrproto.pc -install:: randrproto.txt +afterinstall: randrproto.txt ${INSTALL_DATA} ${.CURDIR}/randrproto.txt \ ${DESTDIR}${X11BASE}/share/doc/randrproto |