<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/doc/local.mk, branch go-team</title>
<subtitle>Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/'/>
<entry>
<title>build: Do not attempt to build Tamil translation of the Cookbook.</title>
<updated>2026-07-05T14:06:47+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2026-07-05T14:06:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=e343ff040092cd3428f7d35423add6fdb2939f53'/>
<id>e343ff040092cd3428f7d35423add6fdb2939f53</id>
<content type='text'>
This is a followup to 2a53bb66807bd874bb974e2089968dcbde3c8aa0, which removed
said translation.

* doc/local.mk (COOKBOOK_LANGUAGES): Remove ‘ta’.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a followup to 2a53bb66807bd874bb974e2089968dcbde3c8aa0, which removed
said translation.

* doc/local.mk (COOKBOOK_LANGUAGES): Remove ‘ta’.
</pre>
</div>
</content>
</entry>
<entry>
<title>nls: Update translations.</title>
<updated>2026-07-04T16:13:34+00:00</updated>
<author>
<name>Florian Pelz</name>
<email>pelzflorian@pelzflorian.de</email>
</author>
<published>2026-07-04T11:09:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=b0bcb0055c08c36175a056a2724d9e2557a08558'/>
<id>b0bcb0055c08c36175a056a2724d9e2557a08558</id>
<content type='text'>
* po/doc/guix-cookbook.ta.po: Delete file, as it is based on clearly
low-quality machine translation.
* po/doc/local.mk: Remove 'ta' cookbook.
* po/doc/po4a.cfg (po4a_langs): Remove 'ta'.
* doc/local.mk: Remove 'ta' cookbook.
* doc/htmlxref.cnf: Update URLs for cookbook.
* doc/build.scm (%cookbook-languages): Remove 'ta'.
(html-manual-indexes)&lt;language-index&gt;: Do not hide PDF for 'ta'.
* doc/guix-cookbook.texi (Top): Do not mention 'ta' cookbook.$
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* po/doc/guix-cookbook.ta.po: Delete file, as it is based on clearly
low-quality machine translation.
* po/doc/local.mk: Remove 'ta' cookbook.
* po/doc/po4a.cfg (po4a_langs): Remove 'ta'.
* doc/local.mk: Remove 'ta' cookbook.
* doc/htmlxref.cnf: Update URLs for cookbook.
* doc/build.scm (%cookbook-languages): Remove 'ta'.
(html-manual-indexes)&lt;language-index&gt;: Do not hide PDF for 'ta'.
* doc/guix-cookbook.texi (Top): Do not mention 'ta' cookbook.$
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Substitute `@' with `@@' when generating os-config*.texi files.</title>
<updated>2026-05-17T08:22:35+00:00</updated>
<author>
<name>Janneke Nieuwenhuizen</name>
<email>janneke@gnu.org</email>
</author>
<published>2026-05-17T07:26:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=99438d87750aebcb3c7ae9899fce81e9237678ec'/>
<id>99438d87750aebcb3c7ae9899fce81e9237678ec</id>
<content type='text'>
* doc/local.mk (%D%/os-config-%.texi): Use SED to substitute `@', rather than
CP.

Change-Id: I515ab99adb3c2c7ee8fa01d314c777df395930fc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/local.mk (%D%/os-config-%.texi): Use SED to substitute `@', rather than
CP.

Change-Id: I515ab99adb3c2c7ee8fa01d314c777df395930fc
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Fix out-of-tree make.</title>
<updated>2026-05-03T20:45:53+00:00</updated>
<author>
<name>Charles Roelli</name>
<email>charles@aurox.ch</email>
</author>
<published>2026-05-01T08:42:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=9d0bb1ef2671fd2c8f30a96660b4dfa2ee27ae4d'/>
<id>9d0bb1ef2671fd2c8f30a96660b4dfa2ee27ae4d</id>
<content type='text'>
* doc/local.mk (lang_to_texinfo): Refer to .texi files using srcdir.
(xref_command): Reference pre-inst-env using builddir.
($(srcdir)/%D%/guix.%.texi):
($(srcdir)/%D%/guix-cookbook.%.texi):
($(srcdir)/%D%/contributing.%.texi): Refer to source files using srcdir.
* nix/local.mk (etc/guix-gc.timer): Use the name of the prerequisite,
not just its file name.

Change-Id: I247bcd873c8355d0eae07870ec849d2eb8cfa6c5
Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
Merges: #8267
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/local.mk (lang_to_texinfo): Refer to .texi files using srcdir.
(xref_command): Reference pre-inst-env using builddir.
($(srcdir)/%D%/guix.%.texi):
($(srcdir)/%D%/guix-cookbook.%.texi):
($(srcdir)/%D%/contributing.%.texi): Refer to source files using srcdir.
* nix/local.mk (etc/guix-gc.timer): Use the name of the prerequisite,
not just its file name.

Change-Id: I247bcd873c8355d0eae07870ec849d2eb8cfa6c5
Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
Merges: #8267
</pre>
</div>
</content>
</entry>
<entry>
<title>nls: Update translations.</title>
<updated>2025-12-01T00:56:53+00:00</updated>
<author>
<name>Florian Pelz</name>
<email>pelzflorian@pelzflorian.de</email>
</author>
<published>2025-11-30T01:30:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=9436acc15cde742c08a1d45576780e0189dee504'/>
<id>9436acc15cde742c08a1d45576780e0189dee504</id>
<content type='text'>
* po/doc/guix-cookbook.ta.po: New file.
* po/doc/local.mk: Add 'ta' cookbook.
* po/doc/po4a.cfg (po4a_langs): Add 'ta'.
* po/guix/pt.po: New file.
* po/guix/LINGUAS: Add 'pt'.
* po/packages/ta.po: New file.
* po/packages/LINGUAS: Add 'ta'.
* doc/local.mk: Add 'ta' cookbook.
* doc/htmlxref.cnf: Update URLs for cookbook.
* doc/build.scm (%cookbook-languages): Add 'ta'.
(html-manual-indexes)&lt;language-index&gt;: Hide PDF for 'ta'.
* doc/guix-cookbook.texi (Top): Mention 'ta' cookbook.

Change-Id: I05e887f31b0715def25ce1b1912077144ae65e92
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* po/doc/guix-cookbook.ta.po: New file.
* po/doc/local.mk: Add 'ta' cookbook.
* po/doc/po4a.cfg (po4a_langs): Add 'ta'.
* po/guix/pt.po: New file.
* po/guix/LINGUAS: Add 'pt'.
* po/packages/ta.po: New file.
* po/packages/LINGUAS: Add 'ta'.
* doc/local.mk: Add 'ta' cookbook.
* doc/htmlxref.cnf: Update URLs for cookbook.
* doc/build.scm (%cookbook-languages): Add 'ta'.
(html-manual-indexes)&lt;language-index&gt;: Hide PDF for 'ta'.
* doc/guix-cookbook.texi (Top): Mention 'ta' cookbook.

Change-Id: I05e887f31b0715def25ce1b1912077144ae65e92
</pre>
</div>
</content>
</entry>
<entry>
<title>guix: Fix guix-minimal install phase.</title>
<updated>2025-10-14T14:35:55+00:00</updated>
<author>
<name>Nicolas Graves</name>
<email>ngraves@ngraves.fr</email>
</author>
<published>2025-10-12T21:14:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=699570510feac8dbd0c1eec6d77b7759b50c8431'/>
<id>699570510feac8dbd0c1eec6d77b7759b50c8431</id>
<content type='text'>
* doc/local.mk (sub_commands_mans): Add guix-copy conditionally.

Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/local.mk (sub_commands_mans): Add guix-copy conditionally.

Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "nls: Temporarily disable building of translated manuals."</title>
<updated>2025-09-30T08:37:34+00:00</updated>
<author>
<name>Florian Pelz</name>
<email>pelzflorian@pelzflorian.de</email>
</author>
<published>2025-09-17T10:10:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=9e1f46119c35040c893fba6e720f273fccc51439'/>
<id>9e1f46119c35040c893fba6e720f273fccc51439</id>
<content type='text'>
This reverts commit 94d30d4d3b1e86fd3241dd552aa15c0e5541c8f1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 94d30d4d3b1e86fd3241dd552aa15c0e5541c8f1.
</pre>
</div>
</content>
</entry>
<entry>
<title>nls: Temporarily disable building of translated manuals.</title>
<updated>2025-09-30T08:37:34+00:00</updated>
<author>
<name>Florian Pelz</name>
<email>pelzflorian@pelzflorian.de</email>
</author>
<published>2025-09-16T14:35:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=6012fc5f7bead9b16b1d9419705b13e1c4493ab2'/>
<id>6012fc5f7bead9b16b1d9419705b13e1c4493ab2</id>
<content type='text'>
* doc/local.mk (info_TEXINFOS, MANUAL_LANGUAGES, COOKBOOK_LANGUAGES):
Keep only 'en' for building with 'make'.
* guix/self.scm (translate-texi-manuals)[translate-tmp-texi]: Inhibit
calling PO4A, so none are built with 'guix pull'.

Change-Id: I1a119251f557b5f05c9e972ccb84c04e9267c692
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/local.mk (info_TEXINFOS, MANUAL_LANGUAGES, COOKBOOK_LANGUAGES):
Keep only 'en' for building with 'make'.
* guix/self.scm (translate-texi-manuals)[translate-tmp-texi]: Inhibit
calling PO4A, so none are built with 'guix pull'.

Change-Id: I1a119251f557b5f05c9e972ccb84c04e9267c692
</pre>
</div>
</content>
</entry>
<entry>
<title>nls: Update translations.</title>
<updated>2025-09-01T22:30:19+00:00</updated>
<author>
<name>Florian Pelz</name>
<email>pelzflorian@pelzflorian.de</email>
</author>
<published>2025-08-31T22:57:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=f799d148ad618332d7fa40d1f78184615c8d320f'/>
<id>f799d148ad618332d7fa40d1f78184615c8d320f</id>
<content type='text'>
* po/doc/guix-cookbook.zh_CN.po: New file.
* po/doc/local.mk: Add 'zh_CN' cookbook.
* po/packages/ru.po: New file.
* po/packages/LINGUAS: Add 'ru'.
* doc/local.mk: Add 'zh_CN' cookbook.
* doc/htmlxref.cnf: Update URLs for cookbook.
* doc/build.scm (%cookbook-languages): Add 'zh_CN'.
* doc/guix-cookbook.texi (Top): Mention 'zh_CN' cookbook.

Change-Id: Ic15114f01ee826a72060eebcbf1baf3bf619284f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* po/doc/guix-cookbook.zh_CN.po: New file.
* po/doc/local.mk: Add 'zh_CN' cookbook.
* po/packages/ru.po: New file.
* po/packages/LINGUAS: Add 'ru'.
* doc/local.mk: Add 'zh_CN' cookbook.
* doc/htmlxref.cnf: Update URLs for cookbook.
* doc/build.scm (%cookbook-languages): Add 'zh_CN'.
* doc/guix-cookbook.texi (Top): Mention 'zh_CN' cookbook.

Change-Id: Ic15114f01ee826a72060eebcbf1baf3bf619284f
</pre>
</div>
</content>
</entry>
<entry>
<title>nls: Update translations.</title>
<updated>2025-07-10T16:43:09+00:00</updated>
<author>
<name>Florian Pelz</name>
<email>pelzflorian@pelzflorian.de</email>
</author>
<published>2025-07-10T09:08:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=13cd6c9a1386533e62780c19a8eb57d01ef4eea8'/>
<id>13cd6c9a1386533e62780c19a8eb57d01ef4eea8</id>
<content type='text'>
* po/doc/guix-cookbook.it.po: New file.
* po/doc/guix-manual.it.po: New file.
* po/doc/local.mk: Add 'it' manual, cookbook.
* po/doc/po4a.cfg (po4a_langs): Add 'it'.
* po/guix/el.po: New file.
* po/guix/LINGUAS: Add 'el'.
* doc/local.mk: Add 'it' manual, cookbook.
* doc/htmlxref.cnf: Update URLs for manual, cookbook.
* doc/build.scm (%cookbook-languages, %manual-languages): Add 'it'.
* doc/guix.texi (Top): Mention 'it' manual.
* doc/guix-cookbook.texi (Top): Mention 'it' cookbook.

Change-Id: I46023fa4b2dbe9db5227292823b4df9e41c3cee0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* po/doc/guix-cookbook.it.po: New file.
* po/doc/guix-manual.it.po: New file.
* po/doc/local.mk: Add 'it' manual, cookbook.
* po/doc/po4a.cfg (po4a_langs): Add 'it'.
* po/guix/el.po: New file.
* po/guix/LINGUAS: Add 'el'.
* doc/local.mk: Add 'it' manual, cookbook.
* doc/htmlxref.cnf: Update URLs for manual, cookbook.
* doc/build.scm (%cookbook-languages, %manual-languages): Add 'it'.
* doc/guix.texi (Top): Mention 'it' manual.
* doc/guix-cookbook.texi (Top): Mention 'it' cookbook.

Change-Id: I46023fa4b2dbe9db5227292823b4df9e41c3cee0
</pre>
</div>
</content>
</entry>
</feed>
