diff options
author | Leo Famulari <leo@famulari.name> | 2021-04-20 12:44:21 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-04-20 12:48:32 -0400 |
commit | 46852000c99b226ee61384e3b63595e9ffdaaf10 (patch) | |
tree | 303b177f801dd6c33e57944ac6842223d68c0d44 /doc/build.scm | |
parent | 0e21cf7d0620caf3fe9bed4f6ec1d5239a599a6a (diff) |
doc: Clarify further the distinction between the web-based manuals.
As discussed on #guix IRC, several of us struggle to reliably choose the
right option based on the old labels:
https://logs.guix.gnu.org/guix/2021-04-20.log#182137
* doc/build.scm (html-manual-indexes): Try to distinguish between the
two options more clearly.
Diffstat (limited to 'doc/build.scm')
-rw-r--r-- | doc/build.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build.scm b/doc/build.scm index b338004b82..72792b42d2 100644 --- a/doc/build.scm +++ b/doc/build.scm @@ -948,7 +948,7 @@ from SOURCE." (div (ul (li (a (@ (href "html_node")) - "HTML, with one page per node")) + "HTML, with a separate page per node")) (li (a (@ (href ,(string-append #$manual |