From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: make docs Date: Thu, 23 Dec 2021 11:47:05 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="983"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Dec 23 17:48:14 2021 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 1n0RGI-000Aeb-Jz for ged-emacs-devel@m.gmane-mx.org; Thu, 23 Dec 2021 17:48:14 +0100 Original-Received: from localhost ([::1]:39060 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n0RGH-00023L-4I for ged-emacs-devel@m.gmane-mx.org; Thu, 23 Dec 2021 11:48:13 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:51980) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0RFC-00014P-Dd for emacs-devel@gnu.org; Thu, 23 Dec 2021 11:47:06 -0500 Original-Received: from [2001:470:142:3::e] (port=60866 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0RFC-0005T8-1j for emacs-devel@gnu.org; Thu, 23 Dec 2021 11:47:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=uGuAUiaWMPZATzyzCU/KVeWLMvOPEeE4uuWCunR/osI=; b=fTSHYzJTKiGremp9cSTb 7wYA0qQXQRjoUNVc6wdLzIxmYB7Tlp1mbiNLvbqNjrcvlpsO8duoepC8dQvqS2MkOnhZsA/58ABxd byWFTw2mWCtBGJdpMMcfw6MYz17vvDaYKYN6KE+nCUD+Gj/KlsPkgEahl7pwtDi4tKe775JMA1aYo eiYyc5Nw9+f9rTLzifeZ8FoQykcEhct+dlrIyvSYXAsxQTHT/+5vx5JZine73wrChuodDiTrIXt5e 3LpuYFFDKdsmlhGi4HnX7Gixf170e1zTpg3eeEdhxD6GClT2FUdzCaCQdlLxXIEv5pOrWCUYysTRw utbnWAELE7rP1g==; Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1n0RFB-0006ZL-45; Thu, 23 Dec 2021 11:47:05 -0500 X-Spook: Internet JITEM Immigration Customs Enforcement Pakistan X-Ran: EglAIKH)FW)dk3)"Rhfm=$6WHbxy^u^'qV3\$Mc^{obcvb{/;&C__ES[G@%BcsMPEE:-F& X-Hue: blue X-Attribution: GM In-Reply-To: (Jean-Christophe Helary's message of "Wed, 22 Dec 2021 13:43:28 +0900") 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" Xref: news.gmane.io gmane.emacs.devel:282980 Archived-At: Jean-Christophe Helary wrote: > Why is it that `make docs` builds the whole code set before building > the documentation ? I wouldn't say that summary is 100% accurate, but the answer is this dependency in the top-level Makefile.in: misc-info: lisp There is a comment in the Makefile explaining it. There is no stated dependency in doc/misc/Makefile.in. (Trying to build in doc/misc without first building Emacs fails. Hopefully the use of recursive make will go away one day.)