[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs object type hierarchy
From: |
Eli Zaretskii |
Subject: |
Re: Emacs object type hierarchy |
Date: |
Fri, 01 Mar 2024 10:56:23 +0200 |
> From: Andrea Corallo <acorallo@gnu.org>
> Cc: emacs-devel@gnu.org, stefankangas@gmail.com
> Date: Fri, 01 Mar 2024 03:36:05 -0500
>
> Okay I've merged this into master with c55694785e9.
>
> As usual happy to work on it further there if necessary or to see it
> improved by others.
Thanks, I've fixed a few minor problems there. However, the changes
lack the Makefile magic to install the JPEG image file where the Info
manual is installed. The JPEG file should be copied to the info/
subdirectory of the build tree when Emacs is built, so that the Info
manual could be read from there, and then "make install" should
install it in the same directory where the Info manual is installed.
Thanks.