From owner-cvs-user Sun Jan 12 04:24:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA24307 for cvs-user-outgoing; Sun, 12 Jan 1997 04:24:21 -0800 (PST) Received: from spinner.DIALix.COM (spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id EAA24301; Sun, 12 Jan 1997 04:24:04 -0800 (PST) Received: from spinner.DIALix.COM (localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.8.4/8.8.4) with ESMTP id UAA08936; Sun, 12 Jan 1997 20:23:20 +0800 (WST) Message-Id: <199701121223.UAA08936@spinner.DIALix.COM> X-Mailer: exmh version 2.0beta 12/23/96 To: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/contrib/libgmp gmp.texi In-reply-to: Your message of "Sun, 12 Jan 1997 14:39:16 +0300." Date: Sun, 12 Jan 1997 20:23:20 +0800 From: Peter Wemm Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= wrote: > On Sun, 12 Jan 1997, Peter Wemm wrote: > > > peter 97/01/12 00:28:59 > > > > Modified: contrib/libgmp gmp.texi > > Log: > > *gulp* break this file off the vendor branch in order to fix the > > info entry. It's a real shame that install-info can't override these. > > I don't think that repository changes is good here, bsd.info.mk must > handle this situation instead. Yes, that's what I was siggesting. Once bsd.info.mk and/or install-info can be taught to use a replacement info dir entry, then the tweaks to gmp.texi and reno.texi can be removed. There is a switch to install-info, ``--entry'' at first glance looked like it should be able to solve the problem, but instead it causes an additional "dir" entry instead of replacing the embedded string. We need some way of supplying an alternative "dir" entry. Trying to sed the .texi files into the obj dir is messy, especially when it's doing @include's to the source directory.. Getting bmake to do the right thing sometimes is a pain. Cheers, -Peter