diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-06-16 17:21:25 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-06-16 17:21:25 +0200 |
| commit | e32c098f5d5c3d677f8c88a6f4dadd0da141f51d (patch) | |
| tree | f58a7afd8f9e4705126960a6fcc0f7dbdd799aa9 | |
| parent | 4ea1538dd7bd2dd7ae518e1eb52a6510cc94ce8d (diff) | |
doc: Update build machinery for today’s ‘master’.
This updates TeX Live package names to match what’s available in today’s
‘master’ branch since ‘master’ is what is used to build the on-line copy
of the manual.
* doc/build.scm (pdf-manual)[texinfo-profile]: Update TeX Live package
names.
Change-Id: I5db327e1543a1f9a8697bf3b1b65ab50959efdc4
| -rw-r--r-- | doc/build.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/build.scm b/doc/build.scm index b1ef278508c..94d7156d93e 100644 --- a/doc/build.scm +++ b/doc/build.scm | |||
| @@ -1025,11 +1025,11 @@ makeinfo OPTIONS." | |||
| 1025 | sed | 1025 | sed |
| 1026 | tar | 1026 | tar |
| 1027 | texinfo | 1027 | texinfo |
| 1028 | texlive-base | 1028 | texlive-scheme-basic |
| 1029 | texlive-bin ;for GUIX_TEXMF | 1029 | texlive-bin ;for GUIX_TEXMF |
| 1030 | texlive-epsf | 1030 | texlive-epsf |
| 1031 | texlive-fonts-ec | 1031 | texlive-ec |
| 1032 | texlive-tex-texinfo))))) | 1032 | texlive-texinfo))))) |
| 1033 | 1033 | ||
| 1034 | (define build | 1034 | (define build |
| 1035 | (with-imported-modules '((guix build utils)) | 1035 | (with-imported-modules '((guix build utils)) |
