Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin/texinfo Add ${IDIST}/makeinfo to .PATH for texin...



details:   https://anonhg.NetBSD.org/src/rev/86132e30ab17
branches:  trunk
changeset: 541726:86132e30ab17
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Jan 17 21:52:10 2003 +0000

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

diffstat:

 gnu/usr.bin/texinfo/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9e421e8beb55 -r 86132e30ab17 gnu/usr.bin/texinfo/Makefile
--- a/gnu/usr.bin/texinfo/Makefile      Fri Jan 17 16:05:43 2003 +0000
+++ b/gnu/usr.bin/texinfo/Makefile      Fri Jan 17 21:52:10 2003 +0000
@@ -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 @@
 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>



Home | Main Index | Thread Index | Old Index