diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 0e29c6ad502..accddd4cf33 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1116,6 +1116,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'prerex' => '&POSTprerex', 'pst-cox' => '&POSTpstcox', 'pst-geo' => '&POSTpstgeo', + 'pxbase' => '&POSTpxbase', 'pxchfon' => '&POSTpxchfon', 'splitindex' => '&POST_do_man', 'tipa-de' => '&POST_rmsymlink', @@ -5122,6 +5123,11 @@ sub POSTpstgeo { &SYSTEM ("$MV doc/* ."); } +sub POSTpxbase { + print "POST$package - remove pxcjkcat, separate package\n"; + &SYSTEM ("$RM $DEST/tex/platex/pxbase/pxcjkbase.sty"); +} + sub POSTpxchfon { print "POST$package - move stuff around\n"; my $srcdir = "$DEST/source/platex/$package"; |