summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds10
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index 698f4704e2c..7543433a4c1 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -466,6 +466,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
'xecjk' => '&POSTxecjk',
'xecyr' => '&POSTxecyr',
'xetex-pstricks' => '&POSTxetex_pstricks',
+ 'xlop' => '&POSTxlop',
);
@@ -3346,6 +3347,15 @@ sub POSTxetex_pstricks
&SYSTEM ("$MV generic xelatex xetex tex");
}
+sub POSTxlop
+{
+ print "POST$package - manual.sty is a source file\n";
+ &xchdir ($DEST);
+ &xmkdir ("source/$whichformat/$package");
+ &SYSTEM ("$MV tex/$whichformat/$package/manual.sty "
+ . "source/$whichformat/$package");
+}
+
# Allow overrides. In particular, CTAN can change some hashes to make
# packages with licenses that TL doesn't allow.