From unknown Sat Aug 09 13:00:40 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#47955 <47955@debbugs.gnu.org> To: bug#47955 <47955@debbugs.gnu.org> Subject: Status: [PATCH] doc: Update TRANSLATED_INFO. Reply-To: bug#47955 <47955@debbugs.gnu.org> Date: Sat, 09 Aug 2025 20:00:40 +0000 retitle 47955 [PATCH] doc: Update TRANSLATED_INFO. reassign 47955 guix-patches submitter 47955 Leo Prikler severity 47955 normal tag 47955 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 22 13:29:37 2021 Received: (at submit) by debbugs.gnu.org; 22 Apr 2021 17:29:37 +0000 Received: from localhost ([127.0.0.1]:35439 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZd8z-00073s-2e for submit@debbugs.gnu.org; Thu, 22 Apr 2021 13:29:37 -0400 Received: from lists.gnu.org ([209.51.188.17]:59534) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZd8w-00073k-I0 for submit@debbugs.gnu.org; Thu, 22 Apr 2021 13:29:35 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43184) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lZd8w-0004vw-1z for guix-patches@gnu.org; Thu, 22 Apr 2021 13:29:34 -0400 Received: from mailrelay.tugraz.at ([129.27.2.202]:46483) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lZd8o-0006z0-RM for guix-patches@gnu.org; Thu, 22 Apr 2021 13:29:33 -0400 Received: from localhost.localdomain (194-96-9-9.adsl.highway.telekom.at [194.96.9.9]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4FR4D05Q3lz1LWpG for ; Thu, 22 Apr 2021 19:29:20 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 mailrelay.tugraz.at 4FR4D05Q3lz1LWpG DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1619112560; bh=z9bDmac0+1RWNTLkMWJkWa2fqEL0pyErmW86+sHE+YA=; h=From:To:Subject:Date:From; b=ogkdcNc+V4VkU78RxkcAdPHMByo4/5ozYMoqITQMSTh6hKjIF+JyMnj5Ww8lLlLz2 UsI2oFdmQ5LnWx8mcSmPFe+i+aMENOSz2ukwAtMYQlOx+AGfk7+3nbA+06r6q9tOiI VKaMAcLDRFF1xzTsj2ZU9oZciBUQD4FKXbuIpTGI= From: Leo Prikler To: guix-patches@gnu.org Subject: [PATCH] doc: Update TRANSLATED_INFO. Date: Thu, 22 Apr 2021 19:29:09 +0200 Message-Id: <20210422172909.2814-1-leo.prikler@student.tugraz.at> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 Received-SPF: pass client-ip=129.27.2.202; envelope-from=leo.prikler@student.tugraz.at; helo=mailrelay.tugraz.at X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, 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-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) This fixes issues with missing sources when the infos are built. * doc/local.mk (TRANSLATED_INFO): Add missing documents. --- doc/local.mk | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/doc/local.mk b/doc/local.mk index 70e102bdef..d69a2feabd 100644 --- a/doc/local.mk +++ b/doc/local.mk @@ -70,18 +70,33 @@ OS_CONFIG_EXAMPLES_TEXI = \ %D%/os-config-desktop.texi \ %D%/os-config-lightweight-desktop.texi +# Do not forget to update these, when updating info_TEXINFOS TRANSLATED_INFO = \ %D%/guix.de.texi \ %D%/guix.es.texi \ + %D%/guix.fa.texi \ %D%/guix.fr.texi \ + %D%/guix.it.texi \ + %D%/guix.ko.texi \ + %D%/guix.pt_BR.texi \ %D%/guix.ru.texi \ + %D%/guix.sk.texi \ %D%/guix.zh_CN.texi \ %D%/contributing.de.texi \ %D%/contributing.es.texi \ + %D%/contributing.fa.texi \ %D%/contributing.fr.texi \ + %D%/contributing.it.texi \ + %D%/contributing.ko.texi \ + %D%/contributing.pt_BR.texi \ %D%/contributing.ru.texi \ + %D%/contributing.sk.texi \ %D%/contributing.zh_CN.texi \ - %D%/guix-cookbook.de.texi + %D%/guix-cookbook.de.texi \ + %D%/guix-cookbook.fa.texi \ + %D%/guix-cookbook.fr.texi \ + %D%/guix-cookbook.ko.texi \ + %D%/guix-cookbook.zh_Hans.texi # Bundle this file so that makeinfo finds it in out-of-source-tree builds. BUILT_SOURCES += $(OS_CONFIG_EXAMPLES_TEXI) $(TRANSLATED_INFO) -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 22 13:48:01 2021 Received: (at 47955) by debbugs.gnu.org; 22 Apr 2021 17:48:01 +0000 Received: from localhost ([127.0.0.1]:35469 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZdQm-0007WW-O3 for submit@debbugs.gnu.org; Thu, 22 Apr 2021 13:48:01 -0400 Received: from lepiller.eu ([89.234.186.109]:35086) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZdQk-0007WL-60 for 47955@debbugs.gnu.org; Thu, 22 Apr 2021 13:47:59 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id da03d54b; Thu, 22 Apr 2021 17:47:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date :in-reply-to:references:mime-version:content-type :content-transfer-encoding:subject:to:from:message-id; s=dkim; bh=XLJrxvetD8Qz7uL+xMRMPVXOYICIZ8qSD05CiE1Yt+c=; b=C0wmlev0t3tP sC2t68EVv+eobINorOJm+5ETkvzWsLpjRIt1a+SyGa1PokUEKr95fkx1OrAwzRD2 EsK3dj4WtjBTyuEuJkcKKbqxt7tY0CBkkrctRKfyf+Ff3XouAlMCjLWeBgveBAAy FUfWxFfAUULpakzTDyYa4j3YTvF+lSwNZWukBbJKr9tY2S9JbMIGf5sBOwPrs6C8 zMEbBSTesajwKhJoHecU0sBpMEJIzdj42uMqifqfgJDn3JN187xoa18GVnorF2Et FGVdm3sa8PqkBv6k7eVhNhIBkfl1DdswF8kKrpQpyIVbwdlYsKZUBvV7ttGbQWuD t+A6VH19sQ== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 2d41d3a5 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Thu, 22 Apr 2021 17:47:55 +0000 (UTC) Date: Thu, 22 Apr 2021 13:47:48 -0400 User-Agent: K-9 Mail for Android In-Reply-To: <20210422172909.2814-1-leo.prikler@student.tugraz.at> References: <20210422172909.2814-1-leo.prikler@student.tugraz.at> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----YMM4AL0ZD33MTNG3OCQK47DNCQM6BN" Content-Transfer-Encoding: 7bit Subject: Re: [bug#47955] [PATCH] doc: Update TRANSLATED_INFO. To: Leo Prikler ,47955@debbugs.gnu.org From: Julien Lepiller Message-ID: <627CF9BF-1C26-451E-BD07-464F91428491@lepiller.eu> X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 47955 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) ------YMM4AL0ZD33MTNG3OCQK47DNCQM6BN Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable LGTM! Thanks=2E Le 22 avril 2021 13:29:09 GMT-04:00, Leo Prikler a =C3=A9crit : >This fixes issues with missing sources when the infos are built=2E > >* doc/local=2Emk (TRANSLATED_INFO): Add missing documents=2E >--- > doc/local=2Emk | 17 ++++++++++++++++- > 1 file changed, 16 insertions(+), 1 deletion(-) > >diff --git a/doc/local=2Emk b/doc/local=2Emk >index 70e102bdef=2E=2Ed69a2feabd 100644 >--- a/doc/local=2Emk >+++ b/doc/local=2Emk >@@ -70,18 +70,33 @@ OS_CONFIG_EXAMPLES_TEXI =3D \ > %D%/os-config-desktop=2Etexi \ > %D%/os-config-lightweight-desktop=2Etexi >=20 >+# Do not forget to update these, when updating info_TEXINFOS > TRANSLATED_INFO =3D \ > %D%/guix=2Ede=2Etexi \ > %D%/guix=2Ees=2Etexi \ >+ %D%/guix=2Efa=2Etexi \ > %D%/guix=2Efr=2Etexi \ >+ %D%/guix=2Eit=2Etexi \ >+ %D%/guix=2Eko=2Etexi \ >+ %D%/guix=2Ept_BR=2Etexi \ > %D%/guix=2Eru=2Etexi \ >+ %D%/guix=2Esk=2Etexi \ > %D%/guix=2Ezh_CN=2Etexi \ > %D%/contributing=2Ede=2Etexi \ > %D%/contributing=2Ees=2Etexi \ >+ %D%/contributing=2Efa=2Etexi \ > %D%/contributing=2Efr=2Etexi \ >+ %D%/contributing=2Eit=2Etexi \ >+ %D%/contributing=2Eko=2Etexi \ >+ %D%/contributing=2Ept_BR=2Etexi \ > %D%/contributing=2Eru=2Etexi \ >+ %D%/contributing=2Esk=2Etexi \ > %D%/contributing=2Ezh_CN=2Etexi \ >- %D%/guix-cookbook=2Ede=2Etexi >+ %D%/guix-cookbook=2Ede=2Etexi \ >+ %D%/guix-cookbook=2Efa=2Etexi \ >+ %D%/guix-cookbook=2Efr=2Etexi \ >+ %D%/guix-cookbook=2Eko=2Etexi \ >+ %D%/guix-cookbook=2Ezh_Hans=2Etexi >=20 ># Bundle this file so that makeinfo finds it in out-of-source-tree >builds=2E > BUILT_SOURCES +=3D $(OS_CONFIG_EXAMPLES_TEXI) $(TRANSLATED_INFO) >--=20 >2=2E31=2E1 ------YMM4AL0ZD33MTNG3OCQK47DNCQM6BN Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable LGTM! Thanks=2E

= Le 22 avril 2021 13:29:09 GMT-04:00, Leo Prikler <leo=2Eprikler@student= =2Etugraz=2Eat> a =C3=A9crit :
This fixes issues with missing sources when the info=
s are built=2E

* doc/local=2Emk (TRANSLATED_INFO): Add missing docum= ents=2E
doc/local=2Emk | 17 ++++++++++++++++-
1 file changed, 16 in= sertions(+), 1 deletion(-)

diff --git a/doc/local=2Emk b/doc/local= =2Emk
index 70e102bdef=2E=2Ed69a2feabd 100644
--- a/doc/local=2Emk+++ b/doc/local=2Emk
@@ -70,18 +70,33 @@ OS_CONFIG_EXAMPLES_TEXI =3D = \
%D%/os-config-desktop=2Etexi \
%D%/os-config-lightweight-de= sktop=2Etexi

+# Do not forget to update these, when updating info_T= EXINFOS
TRANSLATED_INFO =3D \
%D%/guix=2Ede=2Etexi \
= %D%/guix=2Ees=2Etexi \
+ %D%/guix=2Efa=2Etexi \
%D%/guix=2E= fr=2Etexi \
+ %D%/guix=2Eit=2Etexi \
+ %D%/guix=2Eko=2Etexi = \
+ %D%/guix=2Ept_BR=2Etexi \
%D%/guix=2Eru=2Etexi \
+= %D%/guix=2Esk=2Etexi \
%D%/guix=2Ezh_CN=2Etexi \
%D%/co= ntributing=2Ede=2Etexi \
%D%/contributing=2Ees=2Etexi \
+ %D%= /contributing=2Efa=2Etexi \
%D%/contributing=2Efr=2Etexi \
+ = %D%/contributing=2Eit=2Etexi \
+ %D%/contributing=2Eko=2Etexi \
= + %D%/contributing=2Ept_BR=2Etexi \
%D%/contributing=2Eru=2Etexi = \
+ %D%/contributing=2Esk=2Etexi \
%D%/contributing=2Ezh_CN=2E= texi \
- %D%/guix-cookbook=2Ede=2Etexi
+ %D%/guix-cookbook=2Ede= =2Etexi \
+ %D%/guix-cookbook=2Efa=2Etexi \
+ %D%/guix-cookbook= =2Efr=2Etexi \
+ %D%/guix-cookbook=2Eko=2Etexi \
+ %D%/guix-coo= kbook=2Ezh_Hans=2Etexi

# Bundle this file so that makeinfo finds i= t in out-of-source-tree builds=2E
BUILT_SOURCES +=3D $(OS_CONFIG= _EXAMPLES_TEXI) $(TRANSLATED_INFO)
------YMM4AL0ZD33MTNG3OCQK47DNCQM6BN-- From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 22 18:08:50 2021 Received: (at 47955-done) by debbugs.gnu.org; 22 Apr 2021 22:08:50 +0000 Received: from localhost ([127.0.0.1]:35728 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZhVC-0001TW-3I for submit@debbugs.gnu.org; Thu, 22 Apr 2021 18:08:50 -0400 Received: from mailrelay.tugraz.at ([129.27.2.202]:59729) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZhV8-0001TL-EP for 47955-done@debbugs.gnu.org; Thu, 22 Apr 2021 18:08:48 -0400 Received: from nijino.local (194-96-9-9.adsl.highway.telekom.at [194.96.9.9]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4FRBQ86WJxz1LWpG; Fri, 23 Apr 2021 00:08:32 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 mailrelay.tugraz.at 4FRBQ86WJxz1LWpG DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1619129313; bh=Gd5agvM6OAWGBp2kgBpCBW2VUSs3DaRfyYpZy1Dna8Q=; h=Subject:From:To:Date:In-Reply-To:References:From; b=I9yve+r/S/pHSRAWYdb+6LbBT3JoGDVA1JD1WgoJiH3iiMp0wl0ndWy3+9pU/tGCU OurOopq+hegrjSbQP3c1PjSBme/rDdPdF7h3/IIKDicqZlb9hK6OMKl+HXtrhmAx3I HwWwgAqn+tLSs5mMx06yianZzsOxB8ZMcu8F8uX0= Message-ID: <723ec8052515a0ea8b3be0892a6f152094e7e8ad.camel@student.tugraz.at> Subject: Re: [bug#47955] [PATCH] doc: Update TRANSLATED_INFO. From: Leo Prikler To: Julien Lepiller , 47955-done@debbugs.gnu.org Date: Fri, 23 Apr 2021 00:08:32 +0200 In-Reply-To: <627CF9BF-1C26-451E-BD07-464F91428491@lepiller.eu> References: <20210422172909.2814-1-leo.prikler@student.tugraz.at> <627CF9BF-1C26-451E-BD07-464F91428491@lepiller.eu> Content-Type: multipart/alternative; boundary="=-70WXo0BKILg6O9SdDPVa" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 47955-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-70WXo0BKILg6O9SdDPVa Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit I've pushed this now. Hopefully no one else runs into doc problems after this. Am Donnerstag, den 22.04.2021, 13:47 -0400 schrieb Julien Lepiller: > LGTM! Thanks. > > Le 22 avril 2021 13:29:09 GMT-04:00, Leo Prikler < > leo.prikler@student.tugraz.at> a écrit : > > This fixes issues with missing sources when the infos are built. > > > > * doc/local.mk (TRANSLATED_INFO): Add missing documents. > > doc/local.mk | 17 ++++++++++++++++- > > 1 file changed, 16 insertions(+), 1 deletion(-) > > > > diff --git a/doc/local.mk b/doc/local.mk > > index 70e102bdef..d69a2feabd 100644 > > --- a/doc/local.mk > > +++ b/doc/local.mk > > @@ -70,18 +70,33 @@ OS_CONFIG_EXAMPLES_TEXI = > > \ > > %D%/os-config-desktop.texi \ > > %D%/os-config-lightweight-desktop.texi > > > > +# Do not forget to update these, when updating info_TEXINFOS > > TRANSLATED_INFO = \ > > %D%/guix.de.texi \ > > %D%/guix.es.texi \ > > + %D%/guix.fa.texi \ > > %D%/guix.fr.texi \ > > + %D%/guix.it.texi \ > > + %D%/guix.ko.texi \ > > + %D%/guix.pt_BR.texi \ > > %D%/guix.ru.texi \ > > + %D%/guix.sk.texi \ > > %D%/guix.zh_CN.texi \ > > %D%/contributing.de.texi \ > > %D%/contributing.es.texi \ > > + %D%/contributing.fa.texi \ > > %D%/contributing.fr.texi \ > > + %D%/contributing.it.texi \ > > + %D%/contributing.ko.texi \ > > + %D%/contributing.pt_BR.texi \ > > %D%/contributing.ru.texi \ > > + %D%/contributing.sk.texi \ > > %D%/contributing.zh_CN.texi \ > > - %D%/guix-cookbook.de.texi > > + %D%/guix-cookbook.de.texi \ > > + %D%/guix-cookbook.fa.texi \ > > + %D%/guix-cookbook.fr.texi \ > > + %D%/guix-cookbook.ko.texi \ > > + %D%/guix-cookbook.zh_Hans.texi > > > > # Bundle this file so that makeinfo finds it in out-of-source-tree > > builds. > > BUILT_SOURCES += $(OS_CONFIG_EXAMPLES_TEXI) > > $(TRANSLATED_INFO) --=-70WXo0BKILg6O9SdDPVa Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable
I've pushed this now. Hopefully no one else runs into doc = problems after this.

Am Donnerstag, den 22.04.2021= , 13:47 -0400 schrieb Julien Lepiller:
LGTM= ! Thanks.

Le 22 avril 2021 13:29:09 GMT-0= 4:00, Leo Prikler <leo.prikler@student.tugraz.at> a =C3=A9crit :
This fixes issues with missing sources when the infos are built.
=

* doc/local.mk (TRANSLATED_INFO): Add missing documents.
=
 doc/local.mk | 17 ++++++++++++++++-

 1 file changed=
, 16 insertions(+), 1 deletion(-)


diff --git a/doc/local.=
mk b/doc/local.mk

index 70e102bdef..d69a2feabd 100644
--- a/doc/local.mk

+++ b/doc/local.mk

@@=
 -70,18 +70,33 @@ OS_CONFIG_EXAMPLES_TEXI =3D			\

   %D%/os-c=
onfig-desktop.texi			\

   %D%/os-config-lightweight-desktop.t=
exi

 

+# Do not forget to update these, when up=
dating info_TEXINFOS

 TRANSLATED_INFO =3D				\

=
   %D%/guix.de.texi				\

   %D%/guix.es.texi				\

+ %D%/guix.fa.texi \
   %D%/guix.fr.texi				\
+  %D%/guix.it.texi				\

+  %D%/guix.ko.texi				\
=
+  %D%/guix.pt_BR.texi				\

   %D%/guix.ru.texi				\=

+  %D%/guix.sk.texi				\

   %D%/guix.zh_CN.tex=
i				\

   %D%/contributing.de.texi			\

   %D%/c=
ontributing.es.texi			\

+  %D%/contributing.fa.texi			\
=
   %D%/contributing.fr.texi			\

+  %D%/contributing.=
it.texi			\

+  %D%/contributing.ko.texi			\

+  =
%D%/contributing.pt_BR.texi			\

   %D%/contributing.ru.texi		=
	\

+  %D%/contributing.sk.texi			\

   %D%/contr=
ibuting.zh_CN.texi			\

-  %D%/guix-cookbook.de.texi

=
+  %D%/guix-cookbook.de.texi			\

+  %D%/guix-cookbook.fa=
.texi			\

+  %D%/guix-cookbook.fr.texi			\

+  %=
D%/guix-cookbook.ko.texi			\

+  %D%/guix-cookbook.zh_Hans.tex=
i

 

 # Bundle this file so that makeinfo finds =
it in out-of-source-tree builds.

 BUILT_SOURCES        +=3D $=
(OS_CONFIG_EXAMPLES_TEXI) $(TRANSLATED_INFO)
--=-70WXo0BKILg6O9SdDPVa-- From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 22 18:08:54 2021 Received: (at 47955-done) by debbugs.gnu.org; 22 Apr 2021 22:08:54 +0000 Received: from localhost ([127.0.0.1]:35730 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZhVF-0001Tl-Fp for submit@debbugs.gnu.org; Thu, 22 Apr 2021 18:08:54 -0400 Received: from mailrelay.tugraz.at ([129.27.2.202]:29450) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZhV8-0001TJ-Qt for 47955-done@debbugs.gnu.org; Thu, 22 Apr 2021 18:08:50 -0400 Received: from nijino.local (194-96-9-9.adsl.highway.telekom.at [194.96.9.9]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4FRBN72Df4z3wNk; Fri, 23 Apr 2021 00:06:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1619129207; bh=kWHu8aLnNEpy80ZNtSFyj65+5U3mn9DKzPiE19Gu9rw=; h=Subject:From:To:Date:In-Reply-To:References; b=p4M/MELkEZNk8pAsDdPFgBZz0wl39Ea1ObMmuH8TPwBV5/VHhfubq6z1roz6PoHDX rZ7Ys8B15gQZ+3RPOqUnmf/w1B9ot/9VG9bSQrH9ZHxgvc/Sq7tc5NWDiYACstthfp OZiNS5hcEh8PFW9TAGa8GwpSpXX0MKsLYJ9dNWgo= Message-ID: <9240e37a0ddbdc27ef74b47b37a01f88bee8d91e.camel@student.tugraz.at> Subject: Re: [bug#47955] [PATCH] doc: Update TRANSLATED_INFO. From: Leo Prikler To: Julien Lepiller , 47955-done@debbugs.gnu.org Date: Fri, 23 Apr 2021 00:06:46 +0200 In-Reply-To: <627CF9BF-1C26-451E-BD07-464F91428491@lepiller.eu> References: <20210422172909.2814-1-leo.prikler@student.tugraz.at> <627CF9BF-1C26-451E-BD07-464F91428491@lepiller.eu> Content-Type: multipart/alternative; boundary="=-H6o+RPPCkC642JjwiU9X" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 47955-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-H6o+RPPCkC642JjwiU9X Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit I've pushed this now. Hopefully no one else runs into doc problems after this. Am Donnerstag, den 22.04.2021, 13:47 -0400 schrieb Julien Lepiller: > LGTM! Thanks. > > Le 22 avril 2021 13:29:09 GMT-04:00, Leo Prikler < > leo.prikler@student.tugraz.at> a écrit : > > This fixes issues with missing sources when the infos are built. > > > > * doc/local.mk (TRANSLATED_INFO): Add missing documents. > > doc/local.mk | 17 ++++++++++++++++- > > 1 file changed, 16 insertions(+), 1 deletion(-) > > > > diff --git a/doc/local.mk b/doc/local.mk > > index 70e102bdef..d69a2feabd 100644 > > --- a/doc/local.mk > > +++ b/doc/local.mk > > @@ -70,18 +70,33 @@ OS_CONFIG_EXAMPLES_TEXI = > > \ > > %D%/os-config-desktop.texi \ > > %D%/os-config-lightweight-desktop.texi > > > > +# Do not forget to update these, when updating info_TEXINFOS > > TRANSLATED_INFO = \ > > %D%/guix.de.texi \ > > %D%/guix.es.texi \ > > + %D%/guix.fa.texi \ > > %D%/guix.fr.texi \ > > + %D%/guix.it.texi \ > > + %D%/guix.ko.texi \ > > + %D%/guix.pt_BR.texi \ > > %D%/guix.ru.texi \ > > + %D%/guix.sk.texi \ > > %D%/guix.zh_CN.texi \ > > %D%/contributing.de.texi \ > > %D%/contributing.es.texi \ > > + %D%/contributing.fa.texi \ > > %D%/contributing.fr.texi \ > > + %D%/contributing.it.texi \ > > + %D%/contributing.ko.texi \ > > + %D%/contributing.pt_BR.texi \ > > %D%/contributing.ru.texi \ > > + %D%/contributing.sk.texi \ > > %D%/contributing.zh_CN.texi \ > > - %D%/guix-cookbook.de.texi > > + %D%/guix-cookbook.de.texi \ > > + %D%/guix-cookbook.fa.texi \ > > + %D%/guix-cookbook.fr.texi \ > > + %D%/guix-cookbook.ko.texi \ > > + %D%/guix-cookbook.zh_Hans.texi > > > > # Bundle this file so that makeinfo finds it in out-of-source-tree > > builds. > > BUILT_SOURCES += $(OS_CONFIG_EXAMPLES_TEXI) > > $(TRANSLATED_INFO) --=-H6o+RPPCkC642JjwiU9X Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable
I've pushed this now. Hopefully no one else runs into doc problem= s after this.

Am Donnerstag, den 22.04.2021, 13:47= -0400 schrieb Julien Lepiller:
LGTM! Thank= s.

Le 22 avril 2021 13:29:09 GMT-04:00, L= eo Prikler <leo.prikler@student.tugraz.at> a =C3=A9crit :
This fixes issues with missing sources when the infos are built.
=

* doc/local.mk (TRANSLATED_INFO): Add missing documents.
=
 doc/local.mk | 17 ++++++++++++++++-

 1 file changed=
, 16 insertions(+), 1 deletion(-)


diff --git a/doc/local.=
mk b/doc/local.mk

index 70e102bdef..d69a2feabd 100644
--- a/doc/local.mk

+++ b/doc/local.mk

@@=
 -70,18 +70,33 @@ OS_CONFIG_EXAMPLES_TEXI =3D			\

   %D%/os-c=
onfig-desktop.texi			\

   %D%/os-config-lightweight-desktop.t=
exi

 

+# Do not forget to update these, when up=
dating info_TEXINFOS

 TRANSLATED_INFO =3D				\

=
   %D%/guix.de.texi				\

   %D%/guix.es.texi				\

+ %D%/guix.fa.texi \
   %D%/guix.fr.texi				\
+  %D%/guix.it.texi				\

+  %D%/guix.ko.texi				\
=
+  %D%/guix.pt_BR.texi				\

   %D%/guix.ru.texi				\=

+  %D%/guix.sk.texi				\

   %D%/guix.zh_CN.tex=
i				\

   %D%/contributing.de.texi			\

   %D%/c=
ontributing.es.texi			\

+  %D%/contributing.fa.texi			\
=
   %D%/contributing.fr.texi			\

+  %D%/contributing.=
it.texi			\

+  %D%/contributing.ko.texi			\

+  =
%D%/contributing.pt_BR.texi			\

   %D%/contributing.ru.texi		=
	\

+  %D%/contributing.sk.texi			\

   %D%/contr=
ibuting.zh_CN.texi			\

-  %D%/guix-cookbook.de.texi

=
+  %D%/guix-cookbook.de.texi			\

+  %D%/guix-cookbook.fa=
.texi			\

+  %D%/guix-cookbook.fr.texi			\

+  %=
D%/guix-cookbook.ko.texi			\

+  %D%/guix-cookbook.zh_Hans.tex=
i

 

 # Bundle this file so that makeinfo finds =
it in out-of-source-tree builds.

 BUILT_SOURCES        +=3D $=
(OS_CONFIG_EXAMPLES_TEXI) $(TRANSLATED_INFO)
--=-H6o+RPPCkC642JjwiU9X-- From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 22 18:08:59 2021 Received: (at 47955-done) by debbugs.gnu.org; 22 Apr 2021 22:08:59 +0000 Received: from localhost ([127.0.0.1]:35733 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZhVL-0001U4-71 for submit@debbugs.gnu.org; Thu, 22 Apr 2021 18:08:59 -0400 Received: from mailrelay.tugraz.at ([129.27.2.202]:60261) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZhVJ-0001Tw-6M for 47955-done@debbugs.gnu.org; Thu, 22 Apr 2021 18:08:57 -0400 Received: from nijino.local (194-96-9-9.adsl.highway.telekom.at [194.96.9.9]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4FRBQZ2HGcz3wPx; Fri, 23 Apr 2021 00:08:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1619129334; bh=/PVFXMzXqjcFLCKzdpjJDe/RmYMeINb8QpIwiNxCBGY=; h=Subject:From:To:Date:In-Reply-To:References; b=SAu9jRfTWq/tSqGh4ZdjUP1NH63JBZhXKfsg0yscIW7nOUCihZvG1xrc32c0tJDre 34z0AkSHYhm9YN24HH/JwGd4N8jIrvgKNJkVbtLPcVFhokwgk94MOUgYJ4PEl6K2bn d1Tjq7u2PJsOAcaP+4Bqf/f3PXgaznZBFQ3D4nvU= Message-ID: Subject: Re: [bug#47955] [PATCH] doc: Update TRANSLATED_INFO. From: Leo Prikler To: Julien Lepiller , 47955-done@debbugs.gnu.org Date: Fri, 23 Apr 2021 00:08:53 +0200 In-Reply-To: <627CF9BF-1C26-451E-BD07-464F91428491@lepiller.eu> References: <20210422172909.2814-1-leo.prikler@student.tugraz.at> <627CF9BF-1C26-451E-BD07-464F91428491@lepiller.eu> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 47955-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) I've pushed this now. Hopefully no one else runs into doc problems after this. Am Donnerstag, den 22.04.2021, 13:47 -0400 schrieb Julien Lepiller: > LGTM! Thanks. > > Le 22 avril 2021 13:29:09 GMT-04:00, Leo Prikler < > leo.prikler@student.tugraz.at> a écrit : > > This fixes issues with missing sources when the infos are built. > > > > > > * doc/local.mk (TRANSLATED_INFO): Add missing documents. > > doc/local.mk | 17 ++++++++++++++++- > > > > 1 file changed, 16 insertions(+), 1 deletion(-) > > > > > > diff --git a/doc/local.mk b/doc/local.mk > > > > index 70e102bdef..d69a2feabd 100644 > > > > --- a/doc/local.mk > > > > +++ b/doc/local.mk > > > > @@ -70,18 +70,33 @@ OS_CONFIG_EXAMPLES_TEXI = > > \ > > > > %D%/os-config-desktop.texi \ > > > > %D%/os-config-lightweight-desktop.texi > > > > > > > > +# Do not forget to update these, when updating info_TEXINFOS > > > > TRANSLATED_INFO = \ > > > > %D%/guix.de.texi \ > > > > %D%/guix.es.texi \ > > > > + %D%/guix.fa.texi \ > > > > %D%/guix.fr.texi \ > > > > + %D%/guix.it.texi \ > > > > + %D%/guix.ko.texi \ > > > > + %D%/guix.pt_BR.texi \ > > > > %D%/guix.ru.texi \ > > > > + %D%/guix.sk.texi \ > > > > %D%/guix.zh_CN.texi \ > > > > %D%/contributing.de.texi \ > > > > %D%/contributing.es.texi \ > > > > + %D%/contributing.fa.texi \ > > > > %D%/contributing.fr.texi \ > > > > + %D%/contributing.it.texi \ > > > > + %D%/contributing.ko.texi \ > > > > + %D%/contributing.pt_BR.texi \ > > > > %D%/contributing.ru.texi \ > > > > + %D%/contributing.sk.texi \ > > > > %D%/contributing.zh_CN.texi \ > > > > - %D%/guix-cookbook.de.texi > > > > + %D%/guix-cookbook.de.texi \ > > > > + %D%/guix-cookbook.fa.texi \ > > > > + %D%/guix-cookbook.fr.texi \ > > > > + %D%/guix-cookbook.ko.texi \ > > > > + %D%/guix-cookbook.zh_Hans.texi > > > > > > > > # Bundle this file so that makeinfo finds it in out-of-source-tree > > builds. > > > > BUILT_SOURCES += $(OS_CONFIG_EXAMPLES_TEXI) > > $(TRANSLATED_INFO) From unknown Sat Aug 09 13:00:40 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 21 May 2021 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator