Add ${IDIST}/makeinfo to .PATH for texinfo.dtd and texinfo.xsl.

This commit is contained in:
wiz 2003-01-17 21:52:10 +00:00
parent 9bfbd00681
commit c73b0887c0
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 2003/01/17 16:04:15 wiz Exp $
# $NetBSD: Makefile,v 1.15 2003/01/17 21:52:10 wiz Exp $
.include <bsd.own.mk>
@ -29,7 +29,7 @@ DIST= ${NETBSDSRCDIR}/gnu/dist
IDIST= ${DIST}/texinfo
INFOFLAGS= -I${IDIST}/doc
.PATH: ${IDIST} ${IDIST}/doc ${IDIST}/po
.PATH: ${IDIST} ${IDIST}/doc ${IDIST}/makeinfo ${IDIST}/po
.include <bsd.info.mk>
.include <bsd.prog.mk>