diff options
author | Tomas Volf <[email protected]> | 2025-01-22 20:05:20 +0100 |
---|---|---|
committer | Maxim Cournoyer <[email protected]> | 2025-01-23 23:52:04 +0900 |
commit | a1074ecbcb147abe9ffbb1774f11be7704a41c8a (patch) | |
tree | 61a22258d829a48cc5eb45d817f634a9b194cea0 | |
parent | 6e3d855b48451a92eda5f2eb8b3e5df3646c42aa (diff) |
doc: htmlxref.cnf: Fix link to The GNU Stow Manual.
At the same time the reference text is adjusted. I found it confusing for
link to the `Top' to be labeled `Introduction'. So let us just link to the
`Introduction', it is probably what the author intended.
* doc/htmlxref.cnf (stow): Add both mono and node versions.
* doc/guix.texi (Essential Home Services): Link to `Introduction' node of GNU
Stow's manual.
Change-Id: Ib82d2eecfb655694a0af73e1aec9fcd68c3994e3
Signed-off-by: Maxim Cournoyer <[email protected]>
-rw-r--r-- | doc/guix.texi | 5 | ||||
-rw-r--r-- | doc/htmlxref.cnf | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 3b32d5408e..a8d69fe73f 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -46645,8 +46645,9 @@ dotfiles/ @end example For an informal specification please refer to the Stow manual -(@pxref{Top,,, stow, Introduction}). This tree structure is installed following -GNU Stow's logic to the home directory upon @command{guix home reconfigure}. +(@pxref{Introduction,,, stow, The GNU Stow Manual}). This tree structure +is installed following GNU Stow's logic to the home directory upon +@command{guix home reconfigure}. A suitable configuration with a @code{'plain} layout could be: diff --git a/doc/htmlxref.cnf b/doc/htmlxref.cnf index bd7cf72db4..34e1745e51 100644 --- a/doc/htmlxref.cnf +++ b/doc/htmlxref.cnf @@ -665,6 +665,9 @@ sqltutor node ${GS}/sqltutor/manual/html_node/ src-highlite mono ${GS}/src-highlite/source-highlight.html +stow mono ${GS}/stow/manual/stow.html +stow node ${GS}/stow/manual/html_node/ + swbis mono ${GS}/swbis/manual.html tar mono ${GS}/tar/manual/tar.html |