summaryrefslogtreecommitdiff
path: root/build-aux/convert-xref.scm
AgeCommit message (Collapse)AuthorFilesLines
8 daysbuild: Set default-port-encoding and conversion-strategy for converting xrefs.Dariqq1-1/+3
* build-aux/convert-xref.scm: Set encoding to UTF-8 and error on conversion failure. Change-Id: I871396329d7d36225f64af150dccebab13277bfb Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
2021-10-17maint: Factorize po xref translation.Julien Lepiller1-0/+26
This ensures we use the same method in "make" as in "guix/self.scm". * Makefile.am: Build guix/build/po.scm. * build-aux/convert-xref.scm: New file. * doc/local.mk (xref_command): Use it. * guix/self.scm (translate-cross-references): Move it... * guix/build/po.scm: Parse comments and flags separately to find fuzzy flags. (translate-cross-references): ...here. (parse-tree->assoc): Ignore fuzzy entries.