Home | History | Annotate | Line # | Download | only in texinfo
Makefile revision 1.9.54.1
      1  1.9.54.1     yamt #	$NetBSD: Makefile,v 1.9.54.1 2014/05/22 11:42:35 yamt Exp $
      2       1.1       tv 
      3       1.7       tv MODULE=		texinfo
      4       1.8       tv 
      5       1.9  thorpej CONFIGURE_ARGS=	--program-prefix=${_TOOL_PREFIX}
      6       1.1       tv 
      7       1.7       tv .include "${.CURDIR}/../Makefile.gnuhost"
      8  1.9.54.1     yamt 
      9  1.9.54.1     yamt .if !empty(.MAKE.OS:M*CYGWIN*) && target(install)
     10  1.9.54.1     yamt .END: install-texinfo
     11  1.9.54.1     yamt install-texinfo: 
     12  1.9.54.1     yamt 	${HOST_SH} ${NETBSDSRCDIR}/tools/binstall/mkmanifest ${TOOLDIR}/bin/${_TOOL_PREFIX}install-info.exe
     13  1.9.54.1     yamt .endif
     14