Home | History | Annotate | Line # | Download | only in info
Makefile revision 1.1
      1  1.1  christos #	$NetBSD: Makefile,v 1.1 2016/01/12 22:58:03 christos Exp $
      2  1.1  christos 
      3  1.1  christos .include <bsd.own.mk>
      4  1.1  christos 
      5  1.1  christos GETTEXTTOP=${NETBSDSRCDIR}/gnu/dist/gettext
      6  1.1  christos TEXINFO=	gettext.texi
      7  1.1  christos INFOFLAGS=	-I${GETTEXTTOP}/gettext-tools/doc \
      8  1.1  christos     -I${GETTEXTTOP}/gettext-runtime/doc
      9  1.1  christos 
     10  1.1  christos .include <bsd.info.mk>
     11  1.1  christos 
     12  1.1  christos .PATH: ${GETTEXTTOP}/gettext-tools/doc
     13