GNU bug report logs - #47955
[PATCH] doc: Update TRANSLATED_INFO.

Previous Next

Package: guix-patches;

Reported by: Leo Prikler <leo.prikler <at> student.tugraz.at>

Date: Thu, 22 Apr 2021 17:30:02 UTC

Severity: normal

Tags: patch

Done: Leo Prikler <leo.prikler <at> student.tugraz.at>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 47955 in the body.
You can then email your comments to 47955 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#47955; Package guix-patches. (Thu, 22 Apr 2021 17:30:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Leo Prikler <leo.prikler <at> student.tugraz.at>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 22 Apr 2021 17:30:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Leo Prikler <leo.prikler <at> student.tugraz.at>
To: guix-patches <at> gnu.org
Subject: [PATCH] doc: Update TRANSLATED_INFO.
Date: Thu, 22 Apr 2021 19:29:09 +0200
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





Information forwarded to guix-patches <at> gnu.org:
bug#47955; Package guix-patches. (Thu, 22 Apr 2021 17:48:02 GMT) Full text and rfc822 format available.

Message #8 received at 47955 <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: Leo Prikler <leo.prikler <at> student.tugraz.at>,47955 <at> debbugs.gnu.org
Subject: Re: [bug#47955] [PATCH] doc: Update TRANSLATED_INFO.
Date: Thu, 22 Apr 2021 13:47:48 -0400
[Message part 1 (text/plain, inline)]
LGTM! Thanks.

Le 22 avril 2021 13:29:09 GMT-04:00, Leo Prikler <leo.prikler <at> 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)
>-- 
>2.31.1
[Message part 2 (text/html, inline)]

Reply sent to Leo Prikler <leo.prikler <at> student.tugraz.at>:
You have taken responsibility. (Thu, 22 Apr 2021 22:09:02 GMT) Full text and rfc822 format available.

Notification sent to Leo Prikler <leo.prikler <at> student.tugraz.at>:
bug acknowledged by developer. (Thu, 22 Apr 2021 22:09:02 GMT) Full text and rfc822 format available.

Message #13 received at 47955-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Prikler <leo.prikler <at> student.tugraz.at>
To: Julien Lepiller <julien <at> lepiller.eu>, 47955-done <at> debbugs.gnu.org
Subject: Re: [bug#47955] [PATCH] doc: Update TRANSLATED_INFO.
Date: Fri, 23 Apr 2021 00:08:32 +0200
[Message part 1 (text/plain, inline)]
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 <at> 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)
[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#47955; Package guix-patches. (Thu, 22 Apr 2021 22:09:02 GMT) Full text and rfc822 format available.

Message #16 received at 47955-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Prikler <leo.prikler <at> student.tugraz.at>
To: Julien Lepiller <julien <at> lepiller.eu>, 47955-done <at> debbugs.gnu.org
Subject: Re: [bug#47955] [PATCH] doc: Update TRANSLATED_INFO.
Date: Fri, 23 Apr 2021 00:06:46 +0200
[Message part 1 (text/plain, inline)]
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 <at> 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)
[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#47955; Package guix-patches. (Thu, 22 Apr 2021 22:09:03 GMT) Full text and rfc822 format available.

Message #19 received at 47955-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Prikler <leo.prikler <at> student.tugraz.at>
To: Julien Lepiller <julien <at> lepiller.eu>, 47955-done <at> debbugs.gnu.org
Subject: Re: [bug#47955] [PATCH] doc: Update TRANSLATED_INFO.
Date: Fri, 23 Apr 2021 00:08:53 +0200
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 <at> 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)





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 21 May 2021 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 30 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.