Edit

IABSD.fr/xenocara/proto/fixesproto/Makefile

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2010-06-01 20:00:22
    Hash : e7e38073
    Message : Install more protocol documentation.

  • proto/fixesproto/Makefile
  • # $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>