diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2021-08-21 12:29:44 +0100 |
|---|---|---|
| committer | Julien Lepiller <julien@lepiller.eu> | 2021-08-21 14:00:01 +0200 |
| commit | 79c07db3d52fb97f38de13d409264c5194e132fe (patch) | |
| tree | c52067529e036bc1e07f54c30928512ce94a3ec6 /doc | |
| parent | 847dfcdc29be8eb5fa77334f8b3d5f866b368221 (diff) | |
doc: Work around po4a doc generation hangup.
Multiple people are affected by 'guix pull' hangup.
The reproducer is:
$ po4a-translate -d -M UTF-8 -L UTF-8 -k 0 -f texinfo \
-m "doc/guix.texi" -p "po/doc/guix-manual.de.po" -l "doc/guix.de.texi.tmp"
The regression is bisected down to commit fc29c80b9
("guix: opam: More flexibility in the importer").
The workaround is to avoid multiline @code{...} directive.
* doc/guix.texi: Avoid multiline @code{...} directive.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 5155e67481f..2b8448c856f 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -11668,9 +11668,10 @@ which will be searched for packages. It accepts as valid arguments: | |||
| 11668 | @item the name of a known repository - can be one of @code{opam}, | 11668 | @item the name of a known repository - can be one of @code{opam}, |
| 11669 | @code{coq} (equivalent to @code{coq-released}), | 11669 | @code{coq} (equivalent to @code{coq-released}), |
| 11670 | @code{coq-core-dev}, @code{coq-extra-dev} or @code{grew}. | 11670 | @code{coq-core-dev}, @code{coq-extra-dev} or @code{grew}. |
| 11671 | @item the URL of a repository as expected by the @code{opam repository | 11671 | @item the URL of a repository as expected by the |
| 11672 | add} command (for instance, the URL equivalent of the above | 11672 | @code{opam repository add} command (for instance, the URL equivalent |
| 11673 | @code{opam} name would be @uref{https://opam.ocaml.org}). | 11673 | of the above @code{opam} name would be |
| 11674 | @uref{https://opam.ocaml.org}). | ||
| 11674 | @item the path to a local copy of a repository (a directory containing a | 11675 | @item the path to a local copy of a repository (a directory containing a |
| 11675 | @file{packages/} sub-directory). | 11676 | @file{packages/} sub-directory). |
| 11676 | @end itemize | 11677 | @end itemize |
