From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: master d5f11e890c5: * Makefile.in (install-info): Fix target (bug#69569). Date: Wed, 06 Mar 2024 11:20:08 -0500 Message-ID: References: <170967469435.3222.6723689814001594119@vcs2.savannah.gnu.org> <20240305213814.AABFFC00231@vcs2.savannah.gnu.org> <87wmqgywe8.fsf@yahoo.com> <865xxzlg7j.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38111"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: Po Lu , emacs-devel@gnu.org, v.pupillo@gmail.com To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Mar 06 17:21:12 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rhu0z-0009cU-WF for ged-emacs-devel@m.gmane-mx.org; Wed, 06 Mar 2024 17:21:10 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rhu0b-0002ez-06; Wed, 06 Mar 2024 11:20:48 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rhu0I-0002WL-Ne for emacs-devel@gnu.org; Wed, 06 Mar 2024 11:20:29 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rhu0H-0002q4-UD; Wed, 06 Mar 2024 11:20:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=y+F+PjGWKBtGcgyPOPSa6EjDHl5DryitFw+yneo+lto=; b=Xko/bOGMsmqUkWE8WTza j0GsG9JcdFKx0StUYYj+L0tZrLrHiHGGsWmz3itmajPd2i12fiBFNviR+U0XNFu4pi6WCXaBfUdlZ 1wqAqmdOXsxh3vrDKgHX+KhWnxqq69WBEzNakV7dOYWwlG/HzrpRMat7rAX6bHyNCaMNjyWPfb2y6 DVLreGGl2KP3Hg+bcLo4hFsHZJQZ3zHp9b97xNuSbFNpxOyEW9KxtUpqM0RBmo2ywPgZ/xUBVrw2T QD3pe3BNhCwc8KkxdX7pgm+0sOw1lvbiKJMGICnbAGz51UYUXOeU9RG0sXRowwo25ypcuw0P7SFqf KOOAGKj5+SPWaw==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1rhu06-0002qI-Vz; Wed, 06 Mar 2024 11:20:24 -0500 In-Reply-To: (Andrea Corallo's message of "Wed, 06 Mar 2024 07:35:33 -0500") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:316859 Archived-At: Andrea Corallo writes: > Eli Zaretskii writes: > >>> From: Po Lu >>> Cc: Vincenzo Pupillo >>> Date: Wed, 06 Mar 2024 09:35:59 +0800 >>> >>> Andrea Corallo writes: >>> >>> > - 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? >> >> Indeed, I think something like elisp_type_hierarchy.jpg should be a >> better name. > > SGTM will do. Should be done. Andrea