Home | History | Annotate | Line # | Download | only in texinfo
Makefile revision 1.9.60.1
      1 #	$NetBSD: Makefile,v 1.9.60.1 2013/02/25 00:30:33 tls Exp $
      2 
      3 MODULE=		texinfo
      4 
      5 CONFIGURE_ARGS=	--program-prefix=${_TOOL_PREFIX}
      6 
      7 .include "${.CURDIR}/../Makefile.gnuhost"
      8 
      9 .if !empty(.MAKE.OS:M*CYGWIN*) && target(install)
     10 .END: install-texinfo
     11 install-texinfo: 
     12 	${NETBSDSRCDIR}/tools/binstall/mkmanifest ${TOOLDIR}/bin/${_TOOL_PREFIX}install-info.exe
     13 .endif
     14