[slime-devel] [PATCH] Re: install-info

Richard M Kreuter kreuter at anduril.rutgers.edu
Fri Apr 16 17:03:53 UTC 2004


Lawrence Mitchell <wence at gmx.li> writes:
> Luke Gorrie wrote:
>
>> Another nice touch would be to have a 'make install' target... Does
>> anyone know how to handle this correctly, preferable without
>> resorting to autoconf?
>
> I /think/ there are basically two types of install-info,
> Debian's, and the standard Gnu version...

Right. The Debian and GNU implemmentations are similar, but the Debian
one evidently requires a command line option to handle
INFO-DIR-SECTION (at least version 1.9.21, which is Debian's
stable). GNU install-info handles this automatically, albeit less
flexibly.

Two patches: the first adds an infodir entry for the manual to the
slime.texi. The second adds an install-info and an uninstall-info
target, and install and uninstall targets that depend on these
respectively. It has been tested with GNU install-info version 4.7 and
Debian install-info 1.9.21. Slouching towards autoconf, this
introduces a variable, infodir, which probably needs to be configured
by the user.

Note: the manual and the Makefile probably copyright statements and
statements of license. Various scrupulous entities (e.g., Debian)
won't distribute any file whose copyrights and license status is
unspecified.

--
Richard

-------------- next part --------------
A non-text attachment was scrubbed...
Name: texi.installinfo.patch
Type: text/x-patch
Size: 353 bytes
Desc: Add an infodir entry to slime.texi
URL: <https://mailman.common-lisp.net/pipermail/slime-devel/attachments/20040416/61a83b0f/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Makefile.installinfo.patch
Type: text/x-patch
Size: 1850 bytes
Desc: install and uninstall targets for info files
URL: <https://mailman.common-lisp.net/pipermail/slime-devel/attachments/20040416/61a83b0f/attachment-0001.bin>


More information about the slime-devel mailing list