summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-05-19 16:29:19 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-07-18 18:12:38 +0200
commitc09a05d06cda29ee13047b5e2e969d778494b49b (patch)
treeb2459d9fc4e44cbd86d7a3fd63e99f1767c53f46 /doc
parent10011abc44b6714911bd3d3bc5b675c55ae583da (diff)
downloadguix-c09a05d06cda29ee13047b5e2e969d778494b49b.tar.gz
guix: texlive-build-system: Generate font metrics.
* guix/build/texlive-build-system.scm (install-as-runfiles):
(generate-font-metrics): New function.
(build): Use INSTALL-AS-RUNFILES.
(%standard-phases): Add new phase.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index a1b624ad6f..2e03e3802f 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -10007,6 +10007,9 @@ and format can be specified with the @code{#:tex-format} argument.
 Different build targets can be specified with the @code{#:build-targets}
 argument, which expects a list of file names.
 
+It also generates font metrics (i.e., @file{.tfm} files) out of METAFONT
+files whenever possible.
+
 The build system adds only @code{texlive-bin} and
 @code{texlive-latex-base} (both from @code{(gnu packages tex}) to the
 inputs.  Both can be overridden with the arguments @code{#:texlive-bin}