summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-02-20 21:00:04 +0000
committerKarl Berry <karl@freefriends.org>2023-02-20 21:00:04 +0000
commitdc3e0bc45fa068ea0640402f61df774dd612285f (patch)
treea4249bc5000790f49ae8c27d433d01bda27583b1 /Master/tlpkg
parent34b4cb3bb6b0acb3ba84e4f221500c1750d67312 (diff)
hyperxmp (20feb23)
git-svn-id: svn://tug.org/texlive/trunk@65980 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds17
1 files changed, 9 insertions, 8 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index c5aabe66a06..8597463df88 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1705,6 +1705,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'haranoaji' => 'POST_preserve_postcode',
'hmtrump' => '&POSThmtrump',
'hustthesis' => '&POSThustthesis',
+ 'hyperxmp' => 'POST_do_man',
'ibygrk' => '&POSTibygrk',
'isodoc' => '&POSTisodoc',
'impatient' => '&POSTimpatient',
@@ -4554,7 +4555,7 @@ sub doscripts {
my $platdir = "$TOPDEST/bin/$p";
&xmkdir ($platdir);
#
- if ($p ne "win32") {
+ if ($p !~ /win32|windows/) {
my $linktarget = "../../$DEST_TREE/scripts/$package/$s";
&SYSTEM ("ln -s $linktarget $platdir/$linkname");
#
@@ -4617,7 +4618,7 @@ sub doscripts {
# next bit of ugliness: can be better to use the GUI wrapper
# wrunscript.exe (which only exists in Master/bin/win32) instead
# of the usual runscript.exe
- my $w32_wrapper = "$Master/bin/win32/"
+ my $w32_wrapper = "$Master/bin/windows/"
. ($s eq "tlcockpit.sh" ? "wrunscript.exe" : "runscript.exe");
#
# xx here too, should merge with bin_links in
@@ -5952,7 +5953,7 @@ sub MAKEfontinst {
&runjob("$CP -r source $DEST/source/fontinst/base");
&runjob("$CP -r latex/* $DEST/tex/latex/fontinst");
&runjob("$CP -r inputs/* $DEST/tex/fontinst");
- print "\t YOU-MUST-DO $package copy fontinst.bat to bin/win32\n";
+ print "\t YOU-MUST-DO $package copy fontinst.bat to bin/windows\n";
}
@@ -6575,7 +6576,7 @@ sub POSTcontext {
# executables go in both the Master bin dir and the
# Build linked_scripts dir. The executables are cherry-picked from
# ConTeXt's stubs directory.
- my $w32_bindir = "$TOPDEST/bin/win32";
+ my $w32_bindir = "$TOPDEST/bin/windows";
&xmkdir ($w32_bindir);
#
my $pkg_subdir = "stubs/unix"; # where hans keeps them
@@ -6630,8 +6631,8 @@ sub bindirs_symlink {
chomp (my @platforms = `cd $Master/bin && ls`);
for my $p (@platforms) {
- next if $p eq "win32"; # windows handled separately
- next if $p eq "man"; # non-platform pain
+ next if $p =~ /win32|windows/; # windows handled separately
+ next if $p eq "man"; # non-platform pain
my $platdir = "$TOPDEST/bin/$p";
&xmkdir ($platdir);
&SYSTEM ("ln -s $linktarget $platdir/$linkname");
@@ -6839,7 +6840,7 @@ sub POSTepspdf {
&xmkdir ("images");
&SYSTEM ("$MV *.png logo.* images/");
&SYSTEM ("$MV *.bat epspdf.texlua /tmp/");
- print "YOU-MUST-DO! update /tmp/$package* into bin/win32, etc.\n";
+ print "YOU-MUST-DO! update /tmp/$package* into bin/windows, etc.\n";
}
sub POSTexam_zh {
@@ -7194,7 +7195,7 @@ sub POSTmptopdf {
# But there are enough differences that trying to factor out the
# commonalities doesn't make sense. Sigh.
print "POST$package - user-level executables\n";
- my $w32_bindir = "$TOPDEST/bin/win32";
+ my $w32_bindir = "$TOPDEST/bin/windows";
&xmkdir ($w32_bindir);
#
my $pkg_subdir = "perl"; # where hans keeps it