From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean-Christophe Helary Newsgroups: gmane.emacs.devel Subject: Re: make docs Date: Thu, 23 Dec 2021 22:04:20 +0900 Message-ID: <52BC0F94-2A3B-42F2-A54B-5DC25BC6DA76@traduction-libre.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> Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.120.0.1.13\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25699"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Eli Zaretskii , Emacs developers To: Philipp Stephani Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Dec 23 14:11:38 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 1n0Nsg-0006UB-2f for ged-emacs-devel@m.gmane-mx.org; Thu, 23 Dec 2021 14:11:38 +0100 Original-Received: from localhost ([::1]:47626 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n0Nse-0004EO-0m for ged-emacs-devel@m.gmane-mx.org; Thu, 23 Dec 2021 08:11:36 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:55990) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0Nlp-0005sf-1v for emacs-devel@gnu.org; Thu, 23 Dec 2021 08:04:38 -0500 Original-Received: from relay9-d.mail.gandi.net ([217.70.183.199]:33673) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0Nlm-0002o0-Oc; Thu, 23 Dec 2021 08:04:32 -0500 Original-Received: (Authenticated sender: lists@traduction-libre.org) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 10959FF80C; Thu, 23 Dec 2021 13:04:25 +0000 (UTC) In-Reply-To: X-Mailer: Apple Mail (2.3654.120.0.1.13) Received-SPF: pass client-ip=217.70.183.199; envelope-from=lists@traduction-libre.org; helo=relay9-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:282945 Archived-At: > On Dec 23, 2021, at 21:57, Philipp Stephani = wrote: >=20 > Am Do., 23. Dez. 2021 um 13:44 Uhr schrieb Jean-Christophe Helary > : >>=20 >>=20 >>=20 >>> On Dec 23, 2021, at 18:21, Eli Zaretskii wrote: >>>=20 >>>> From: Jean-Christophe Helary >>>> Date: Thu, 23 Dec 2021 18:00:38 +0900 >>>> Cc: Philipp Stephani , >>>> emacs-devel@gnu.org >>>>=20 >>>>> You've removed the most interesting parts of the build transcript = -- >>>>> the ones that follow the Emacs build part -- which leaves me = unable to >>>>> guess which parts of the doc directory need to build Emacs. = Philipp's >>>>> guess that it's those manuals which are provided in *.org format = is >>>>> still the winner in my book, btw. >>>>=20 >>>>=20 >>>> Et voil=C3=A0 monsieur :-) >>>=20 >>> Thanks. This is clear now: the *.org files need to be converted to >>> *.texi, and that requires Emacs. So Philipp was right. >>=20 >> Thank you. Which part of the log tells you that ? I'm just curious. >=20 > In the log there's a line > GEN org.texi > which indicates that org.texi is somehow generated. > The Makefile in docs/misc contains these rules: >=20 > define org_template > $(1:.org=3D.texi): $(1) ${top_srcdir}/lisp/org/ox-texinfo.el > $${AM_V_GEN}cd "$${srcdir}" && $${emacs} -l ox-texinfo \ > -f org-texinfo-export-to-texinfo-batch $$(notdir $$<) $$(notdir $$@) > endef > $(foreach orgfile,${ORG_SRC},$(eval $(call org_template,$(orgfile)))) >=20 > which means that Emacs is required to build these generated .texi > files from .org files. Thank you Philipp. --=20 Jean-Christophe Helary @brandelune https://mac4translators.blogspot.com https://sr.ht/~brandelune/omegat-as-a-book/