bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug#793067: Bug#792328: info: can no longer find the Emacs manual


From: Gavin Smith
Subject: Re: Bug#793067: Bug#792328: info: can no longer find the Emacs manual
Date: Mon, 3 Aug 2015 15:16:27 +0100

On 3 August 2015 at 14:22, Gavin Smith <address@hidden> wrote:
> I'm wondering if we can kill two birds with one stone here and get
> install-info to actually install the Info file as part of the
> solution.

So here's an idea. Add a --suffix option to install-info and at the
same time allow using a directory in the place of the dir file, so
that you can invoke it like this:

install-info --suffix=-5.2 info-stnd.info /usr/share/info

When a directory is given in place of the dir file, the file should be
copied to that directory, as well as adding its dir entries to a dir
file that is found in that directory.

Makefile rules, such as those generated with Automake, could check for
the presence of the --suffix option (e.g. "install-info --suffix |
grep unrecognized\ option"), and if it's found to be supported, use
the new invocation syntax.

An option --manual, used like, "install-info --manual=info-stnd-5.2"
would allow arbitrary transformations of the manual name.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]