Skip to content

Commit

Permalink
citation-style-language (21apr24)
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@71025 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
kberry committed Apr 21, 2024
1 parent 0db2e64 commit 7c78978
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions texk/texlive/linked_scripts/texlive/tlmgr.pl
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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;
Expand Down Expand Up @@ -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) {
Expand Down Expand Up @@ -10553,7 +10554,7 @@ =head1 AUTHORS AND COPYRIGHT
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
Expand Down

0 comments on commit 7c78978

Please sign in to comment.