summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/c2l
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-02-20 18:33:28 +0000
committerKarl Berry <karl@freefriends.org>2024-02-20 18:33:28 +0000
commit12a220e80344b5c02b56a57d4a994ccb854bc22c (patch)
tree09be80dc6f1fb1aa93c4c60ec8e20bcbd36e6f8d /Master/tlpkg/bin/c2l
parent3575aa305fd619edaa92f3bc49368cfe9d2f76bc (diff)
2024 man page, news, manual updates
git-svn-id: svn://tug.org/texlive/trunk@70015 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/c2l')
-rwxr-xr-xMaster/tlpkg/bin/c2l10
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/c2l b/Master/tlpkg/bin/c2l
index 5e1136d58f1..11ce4c4b4f8 100755
--- a/Master/tlpkg/bin/c2l
+++ b/Master/tlpkg/bin/c2l
@@ -67,8 +67,11 @@ sub main {
} elsif ($arg eq "musl") {
$arg = "x86_64-linuxmusl";
- } elsif ($arg eq "norbert" || $arg eq "nor") {
- for my $p (qw(amd64-freebsd
+ } elsif ($arg eq "norbert" || $arg eq "nor" || $arg eq "gh") {
+ # see Build/source/.github/ for workflows and scripts.
+ for my $p (qw(aarch64-linux
+ armhf-linux
+ amd64-freebsd
i386-freebsd i386-linux i386-solaris
x86_64-linux x86_64-linuxmusl x86_64-solaris)) {
system ("$0 $p") && die "norbert/$p failed";
@@ -77,8 +80,7 @@ sub main {
exit 0;
} elsif ($arg eq "cg" || $arg eq "moj" || $arg eq "mojca") {
- for my $p (qw(aarch64-linux #armhf-linux
- x86_64-darwinlegacy
+ for my $p (qw(x86_64-darwinlegacy
)) {
system ("$0 $p") && die "cg/$p failed";
}