From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: make docs Date: Thu, 23 Dec 2021 16:18:48 +0200 Message-ID: <83o857v1yv.fsf@gnu.org> References: <6CD7F0A2-6D3A-41B3-92D6-EF36054C2A97@traduction-libre.org> <1F0C32DF-0585-40AE-B18C-B6EBEA4B354C@traduction-libre.org> <835yrfx049.fsf@gnu.org> <1137364D-AAC4-4C19-B13C-26D2A744D4EF@traduction-libre.org> <83y24bvfq5.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29978"; mail-complaints-to="usenet@ciao.gmane.io" Cc: p.stephani2@gmail.com, emacs-devel@gnu.org To: Jean-Christophe Helary Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Dec 23 15:19:31 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 1n0OwN-0007Ye-J5 for ged-emacs-devel@m.gmane-mx.org; Thu, 23 Dec 2021 15:19:31 +0100 Original-Received: from localhost ([::1]:50440 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n0OwL-0006mb-VP for ged-emacs-devel@m.gmane-mx.org; Thu, 23 Dec 2021 09:19:29 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:45978) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0Ovb-00066i-0M for emacs-devel@gnu.org; Thu, 23 Dec 2021 09:18:43 -0500 Original-Received: from [2001:470:142:3::e] (port=57854 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 1n0OvZ-0006uL-PF; Thu, 23 Dec 2021 09:18:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=2bam7Y/OUQMvoal3jOelPIK1OhMnnYBCMjEnUAGZICY=; b=VJC/OqSSny16 yVC7XXbsVqYWRzp+vxkzstMyJBXnEoNedtVjsJh7jThm3R6Rvrnsy0u7/3cMliGKUDdB7Ua4vxD02 qmnLJ2mb8sNzwU3BBoSuq6qmloPgc4mrjZW2UNoMZQFkB4LnqfY64Tc0MG38CImowAZnIhtYCPNrr 2xfGdQ6BCdB08/l1wSVhB3qUy08cvbdKv/o92NrnNMJ3gm+1N6r8Gl73p/ZNoVh4pz21g4FiMfoGT Y3GeoOlUSuk+8AKOmF/LEawq2i8p+GNH81bu80WvCXgPnBw95waUMcGnF3nUOvlLe5Hh0rRy5txax lJwV/m7RnDw4oS4x0dnUsQ==; Original-Received: from [87.69.77.57] (port=4871 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0OvZ-00020P-KW; Thu, 23 Dec 2021 09:18:41 -0500 In-Reply-To: (message from Jean-Christophe Helary on Thu, 23 Dec 2021 21:44:45 +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:282957 Archived-At: > From: Jean-Christophe Helary > Date: Thu, 23 Dec 2021 21:44:45 +0900 > Cc: p.stephani2@gmail.com, > emacs-devel@gnu.org > > > Thanks. This is clear now: the *.org files need to be converted to > > *.texi, and that requires Emacs. So Philipp was right. > > Thank you. Which part of the log tells you that ? I'm just curious. The part after the Emacs binary finished building. It builds the manuals in doc/misc/. So I looked at doc/misc/Makefile.in, and saw the dependency there.