diff options
author | Karl Berry <karl@freefriends.org> | 2024-04-21 20:10:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-04-21 20:10:46 +0000 |
commit | ce6cd02afcc9d1f31014cc83870e9ab45c1ec4cd (patch) | |
tree | 44e37d75ce3e01dfc7040474398934f7e6fc331b /Build/source | |
parent | 919aa6620de6253cba2f8c674e4025eb1df82f59 (diff) |
citation-style-language (21apr24)
git-svn-id: svn://tug.org/texlive/trunk@71025 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl index 479a44f49f2..6b7da02192d 100755 --- a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl +++ b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# $Id: tlmgr.pl 70671 2024-03-17 01:10:09Z karl $ +# $Id: tlmgr.pl 71004 2024-04-19 21:17:05Z karl $ # Copyright 2008-2024 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. @@ -8,8 +8,8 @@ use strict; use warnings; -my $svnrev = '$Revision: 70671 $'; -my $datrev = '$Date: 2024-03-17 02:10:09 +0100 (Sun, 17 Mar 2024) $'; +my $svnrev = '$Revision: 71004 $'; +my $datrev = '$Date: 2024-04-19 23:17:05 +0200 (Fri, 19 Apr 2024) $'; my $tlmgrrevision; my $tlmgrversion; my $prg; @@ -5738,6 +5738,7 @@ sub check_runfiles { $omit_pkgs .= '^0+texlive|^bin-|^collection-|^scheme-|^texlive-|^texworks'; $omit_pkgs .= '|^pgf$'; # intentionally duplicated .lua $omit_pkgs .= '|^latex-.*-dev$'; # intentionally duplicated base latex + $omit_pkgs .= '|^l3(kernel|backend)-dev$'; # more base latex my @runtime_files = (); # foreach my $tlpn ($localtlpdb->list_packages) { @@ -10553,7 +10554,7 @@ This script and its documentation were written for the TeX Live distribution (L<https://tug.org/texlive>) and both are licensed under the GNU General Public License Version 2 or later. -$Id: tlmgr.pl 70671 2024-03-17 01:10:09Z karl $ +$Id: tlmgr.pl 71004 2024-04-19 21:17:05Z karl $ =cut # test HTML version: pod2html --cachedir=/tmp tlmgr.pl >/tmp/tlmgr.html |