Make sure the tools built roff tools are first in the path before calling groff

as it calls troff/etc without any leading pathnames. Otherwise the tools
version is fairly useless as the installed system version will be used to
build all manpages
This commit is contained in:
jmc 2001-11-28 05:03:18 +00:00
parent 60f22ac7b8
commit df5817fef0
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.225 2001/11/25 23:40:08 jmc Exp $
# $NetBSD: bsd.own.mk,v 1.226 2001/11/28 05:03:18 jmc Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@ -101,7 +101,7 @@ EQN= ${TOOLDIR}/bin/nbeqn
FC= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-g77
GENCAT= ${TOOLDIR}/bin/nbgencat
#GRIND= ${TOOLDIR}/bin/nbvgrind -f
GROFF= ${TOOLDIR}/bin/nbgroff
GROFF= PATH=${TOOLDIR}/lib/groff:$${PATH} ${TOOLDIR}/bin/nbgroff
INDXBIB= ${TOOLDIR}/bin/nbindxbib
INSTALL= STRIP=${STRIP:Q} ${TOOLDIR}/bin/nbinstall
INSTALL_INFO= ${TOOLDIR}/bin/nbinstall-info