Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 1997 02:34:37 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-user@freefall.freebsd.org, jmacd@freefall.freebsd.org
Subject:   Re: cvs commit:  src/contrib/texinfo/util install-info.c
Message-ID:  <199701121534.CAA15358@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  Modified:    contrib/texinfo/util  install-info.c
>  Log:
>  I added both features Peter Wemm requested.  First, the new option
>  --forceentry=TEXT will override any entries contained in the info
>  file.  Second, I made it recognize that "gmp" and "gmp.info" are
>  the same when looking for whether the info file being installed is
>  already installed.

I need it to recognise that /dev/stdin may be the same file as "gmp",
so that `gunzip < foo.info.gz | install-info ... /dev/stdin' works.
I think it should never check the input file name.  The name of the
entry is given in the args or in the file, and it's reasonable for the
input file name to be different if the file isn't installed.  Perhaps
install-info was only intended for use with installed files?  Then the
check makes sense, but the lack of gunzip support is still inconvenient.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701121534.CAA15358>