me
/
guix
Archived
1
0
Fork 0

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>
Sergei Trofimovich 2021-08-21 12:29:44 +01:00 committed by Julien Lepiller
parent 847dfcdc29
commit 79c07db3d5
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 4 additions and 3 deletions

View File

@ -11668,9 +11668,10 @@ which will be searched for packages. It accepts as valid arguments:
@item the name of a known repository - can be one of @code{opam}, @item the name of a known repository - can be one of @code{opam},
@code{coq} (equivalent to @code{coq-released}), @code{coq} (equivalent to @code{coq-released}),
@code{coq-core-dev}, @code{coq-extra-dev} or @code{grew}. @code{coq-core-dev}, @code{coq-extra-dev} or @code{grew}.
@item the URL of a repository as expected by the @code{opam repository @item the URL of a repository as expected by the
add} command (for instance, the URL equivalent of the above @code{opam repository add} command (for instance, the URL equivalent
@code{opam} name would be @uref{https://opam.ocaml.org}). of the above @code{opam} name would be
@uref{https://opam.ocaml.org}).
@item the path to a local copy of a repository (a directory containing a @item the path to a local copy of a repository (a directory containing a
@file{packages/} sub-directory). @file{packages/} sub-directory).
@end itemize @end itemize