Do not use an intermediate file. The intermediate filename will go

into the info output which may breaks other programs (e.g. info2html).
This commit is contained in:
Wolfram Schneider 1997-10-11 17:30:18 +00:00
parent 22c6434807
commit 3f3e72d5f9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30308

View File

@ -1,4 +1,4 @@
# $Id: bsd.info.mk,v 1.42 1997/10/04 13:00:56 wosch Exp $
# $Id: bsd.info.mk,v 1.43 1997/10/09 18:14:18 wosch Exp $
#
# The include file <bsd.info.mk> handles installing GNU (tech)info files.
# Texinfo is a documentation system that uses a single source
@ -95,8 +95,7 @@ ${DESTDIR}${INFODIR}/${INFODIRFILE}:
.texi.info .texinfo.info:
${MAKEINFO} ${MAKEINFOFLAGS} -I ${.CURDIR} -I ${SRCDIR} ${.IMPSRC} \
-o ${.TARGET}.new
mv -f ${.TARGET}.new ${.TARGET}
-o ${.TARGET}
.texi.dvi .texinfo.dvi:
env TEXINPUTS=${.CURDIR}:${SRCDIR}:$$TEXINPUTS \