emacs-devel
[Top][All Lists]
Advanced

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

Re: master d5f11e890c5: * Makefile.in (install-info): Fix target (bug#69


From: Po Lu
Subject: Re: master d5f11e890c5: * Makefile.in (install-info): Fix target (bug#69569).
Date: Wed, 06 Mar 2024 09:35:59 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

Andrea Corallo <acorallo@gnu.org> writes:

> branch: master
> commit d5f11e890c598cd2e15cb2fd93e604ed100ce355
> Author: Vincenzo Pupillo <v.pupillo@gmail.com>
> Commit: Andrea Corallo <acorallo@gnu.org>
>
>     * Makefile.in (install-info): Fix target (bug#69569).
> ---
>  Makefile.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile.in b/Makefile.in
> index d54583399d0..6f014909307 100644
> --- a/Makefile.in
> +++ b/Makefile.in
> @@ -812,7 +812,7 @@ install-info: info
>             done; \
>            (cd "$${thisdir}"; \
>             ${INSTALL_INFO} --info-dir="$(DESTDIR)${infodir}" 
> "$(DESTDIR)${infodir}/$$elt"); \
> -           cp type_hierarchy* $(DESTDIR)${infodir}/; \ # Used by elisp.info.
> +           cp type_hierarchy* $(DESTDIR)${infodir}/; \
>          done; \
>       fi
>  

Wouldn't it be proper to attach a unique prefix to the names of these
files, in case Emacs is not the only program interested in distributing
a "type_hierarchy.jpg" with its manuals?


reply via email to

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