Author: Sheldon Hearn Date: To: Philip Hazel CC: Dave C., Johann Visagie, exim-users Subject: Re: [Exim] FreeBSD ports for Exim documentation
On Sat, 01 Dec 2001 12:13:55 GMT, Philip Hazel wrote:
| That shows up my ignorance of the info system. When I run makeinfo on my
| system for the spec file, it makes it into 23 files called spec.info,
| spec.info-1, spec.info-2, etc. Presumably you use some way of
| configuring it that makes only one file?
Weird. I just allow scripts/exim_install to do what it does, and end up
with one file per document (overview, filter and spec). I think you may
have taken the makeinfo stuff from the FreeBSD port at some stage. :-)
The exim_install script calls makeinfo with the --no-split option, which
is what I think forces the use of a single output file.