From owner-freebsd-current Fri Oct 10 00:49:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA01084 for current-outgoing; Fri, 10 Oct 1997 00:49:11 -0700 (PDT) (envelope-from owner-freebsd-current) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA01074; Fri, 10 Oct 1997 00:48:56 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id RAA04563; Fri, 10 Oct 1997 17:46:13 +1000 Date: Fri, 10 Oct 1997 17:46:13 +1000 From: Bruce Evans Message-Id: <199710100746.RAA04563@godzilla.zeta.org.au> To: current@FreeBSD.ORG, wosch@cs.tu-berlin.de Subject: Re: Wrong file name for info files. Cc: peter@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Makeinfo create wrong file names in info files, e.g. `dc.info.new' >instead `dc.info'. If nobody object I will undo rev 1.34. > >File: dc.info.new, Node: Top, Next: Introduction, Prev: (dir), Up: (dir) > ^^^^ This may be a bug in makeinfo. I use output file "-" (stdout) to avoid an intermediate file in the gzip pipeline, and makeinfo produces: This is Info file -, produced by Makeinfo version 1.67 ... ^ ... File: stdout, Node: Top, Next: Introduction, Prev: (dir), Up: (dir) ^^^^^^ Bruce