diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2026-05-11 20:55:11 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-05-17 22:12:07 +0200 |
| commit | 2baa1f3f0cde33f12f0fcc4c2153e4c01b3dae74 (patch) | |
| tree | ae8a04f49c63c49c3f0c3819fc8e7f85835aec7b /doc/guix-cookbook.texi | |
| parent | c8894c3ca515d9b44fbc5aa0e1e2cc99137e6a67 (diff) | |
doc: cookbook: More cross-reference fixes under “Packaging Tutorial”.
* doc/guix-cookbook.texi (Recursive importers): Turn @pxref into @xref to
avoid repetition.
(Automatic update): Add cross-reference to “Invoking guix refresh”.
Change-Id: I7511c539209ee1d861270dfe520c3f4930449d4e
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc/guix-cookbook.texi')
| -rw-r--r-- | doc/guix-cookbook.texi | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index 022223715ef..d1d12f66d2a 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi | |||
| @@ -1541,9 +1541,9 @@ The recursive importer won't import packages for which Guix already has package | |||
| 1541 | definitions, except for the very first. | 1541 | definitions, except for the very first. |
| 1542 | 1542 | ||
| 1543 | Not all applications can be packaged this way, only those relying on a select | 1543 | Not all applications can be packaged this way, only those relying on a select |
| 1544 | number of supported systems. Read about the full list of importers in | 1544 | number of supported systems. |
| 1545 | the guix import section of the manual | 1545 | @xref{Invoking guix import,,, guix, GNU Guix Reference Manual} for |
| 1546 | (@pxref{Invoking guix import,,, guix, GNU Guix Reference Manual}). | 1546 | the full list of importers. |
| 1547 | 1547 | ||
| 1548 | @node Automatic update | 1548 | @node Automatic update |
| 1549 | @subsubsection Automatic update | 1549 | @subsubsection Automatic update |
| @@ -1563,6 +1563,9 @@ well: | |||
| 1563 | $ guix refresh hello --update | 1563 | $ guix refresh hello --update |
| 1564 | @end example | 1564 | @end example |
| 1565 | 1565 | ||
| 1566 | @xref{Invoking guix refresh,,, guix, GNU Guix Reference Manual}, for | ||
| 1567 | more info. | ||
| 1568 | |||
| 1566 | @node Inheritance | 1569 | @node Inheritance |
| 1567 | @subsubsection Inheritance | 1570 | @subsubsection Inheritance |
| 1568 | 1571 | ||
