* [bug#47955] [PATCH] doc: Update TRANSLATED_INFO.
@ 2021-04-22 17:29 Leo Prikler
2021-04-22 17:47 ` Julien Lepiller
0 siblings, 1 reply; 5+ messages in thread
From: Leo Prikler @ 2021-04-22 17:29 UTC (permalink / raw)
To: 47955
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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#47955] [PATCH] doc: Update TRANSLATED_INFO.
2021-04-22 17:29 [bug#47955] [PATCH] doc: Update TRANSLATED_INFO Leo Prikler
@ 2021-04-22 17:47 ` Julien Lepiller
2021-04-22 22:06 ` Leo Prikler
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Julien Lepiller @ 2021-04-22 17:47 UTC (permalink / raw)
To: Leo Prikler, 47955
[-- Attachment #1: Type: text/plain, Size: 1687 bytes --]
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)
>--
>2.31.1
[-- Attachment #2: Type: text/html, Size: 1954 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#47955] [PATCH] doc: Update TRANSLATED_INFO.
2021-04-22 17:47 ` Julien Lepiller
@ 2021-04-22 22:06 ` Leo Prikler
2021-04-22 22:08 ` bug#47955: " Leo Prikler
2021-04-22 22:08 ` [bug#47955] " Leo Prikler
2 siblings, 0 replies; 5+ messages in thread
From: Leo Prikler @ 2021-04-22 22:06 UTC (permalink / raw)
To: Julien Lepiller, 47955-done
[-- Attachment #1: Type: text/plain, Size: 1922 bytes --]
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)
[-- Attachment #2: Type: text/html, Size: 2716 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#47955: [PATCH] doc: Update TRANSLATED_INFO.
2021-04-22 17:47 ` Julien Lepiller
2021-04-22 22:06 ` Leo Prikler
@ 2021-04-22 22:08 ` Leo Prikler
2021-04-22 22:08 ` [bug#47955] " Leo Prikler
2 siblings, 0 replies; 5+ messages in thread
From: Leo Prikler @ 2021-04-22 22:08 UTC (permalink / raw)
To: Julien Lepiller, 47955-done
[-- Attachment #1: Type: text/plain, Size: 1922 bytes --]
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)
[-- Attachment #2: Type: text/html, Size: 2798 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#47955] [PATCH] doc: Update TRANSLATED_INFO.
2021-04-22 17:47 ` Julien Lepiller
2021-04-22 22:06 ` Leo Prikler
2021-04-22 22:08 ` bug#47955: " Leo Prikler
@ 2021-04-22 22:08 ` Leo Prikler
2 siblings, 0 replies; 5+ messages in thread
From: Leo Prikler @ 2021-04-22 22:08 UTC (permalink / raw)
To: Julien Lepiller, 47955-done
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)
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-04-22 22:09 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-22 17:29 [bug#47955] [PATCH] doc: Update TRANSLATED_INFO Leo Prikler
2021-04-22 17:47 ` Julien Lepiller
2021-04-22 22:06 ` Leo Prikler
2021-04-22 22:08 ` bug#47955: " Leo Prikler
2021-04-22 22:08 ` [bug#47955] " Leo Prikler
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).