diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-09-08 09:11:36 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-09-08 09:12:18 +0200 |
commit | 4678767a160f26052a2adf487aee0610040ddc2e (patch) | |
tree | 31605cb198a7fb7bb0bc910ce17c8c9ecd40fb74 /doc | |
parent | c9a6c0c6724ef5188bb31b7ff3496798bd955707 (diff) |
doc: Tweak .texi to avoid po4a-translate infinite loop.
* doc/guix.texi (Requirements): Keep @uref on one line as splitting it
would lead po4a-translate to enter an infinite loop.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 4e9e5581c3..1d6782e6fa 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -790,8 +790,8 @@ or later; @c FIXME: Specify a version number once a release has been made. @uref{https://gitlab.com/guile-git/guile-git, Guile-Git}, from August 2017 or later; -@item @uref{https://savannah.nongnu.org/projects/guile-json/, -Guile-JSON} 4.3.0 or later; +@item @uref{https://savannah.nongnu.org/projects/guile-json/, Guile-JSON} +4.3.0 or later; @item @url{https://www.gnu.org/software/make/, GNU Make}. @end itemize |