Home | History | Annotate | Line # | Download | only in texinfo
Makefile revision 1.9.54.1
      1 #	$NetBSD: Makefile,v 1.9.54.1 2014/05/22 11:42:35 yamt 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 	${HOST_SH} ${NETBSDSRCDIR}/tools/binstall/mkmanifest ${TOOLDIR}/bin/${_TOOL_PREFIX}install-info.exe
     13 .endif
     14