[PATCH] doc: Update TRANSLATED_INFO.

  • Done
  • quality assurance status badge
Details
2 participants
  • Julien Lepiller
  • Leo Prikler
Owner
unassigned
Submitted by
Leo Prikler
Severity
normal

Debbugs page

Leo Prikler wrote 4 years ago
(address . guix-patches@gnu.org)
20210422172909.2814-1-leo.prikler@student.tugraz.at
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(-)

Toggle diff (41 lines)
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
Julien Lepiller wrote 4 years ago
627CF9BF-1C26-451E-BD07-464F91428491@lepiller.eu
LGTM! Thanks.

Le 22 avril 2021 13:29:09 GMT-04:00, Leo Prikler <leo.prikler@student.tugraz.at> a écrit :
Toggle quote (49 lines)
>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
Attachment: file
Leo Prikler wrote 4 years ago
723ec8052515a0ea8b3be0892a6f152094e7e8ad.camel@student.tugraz.at
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:
Toggle quote (52 lines)
> 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)
Attachment: file
Closed
Leo Prikler wrote 4 years ago
9240e37a0ddbdc27ef74b47b37a01f88bee8d91e.camel@student.tugraz.at
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:
Toggle quote (52 lines)
> 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)
Attachment: file
Closed
Leo Prikler wrote 4 years ago
f09ae950226e40e8906cd9d16a6222334f54d1b4.camel@student.tugraz.at
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:
Toggle quote (93 lines)
> 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)
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 47955@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 47955
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help