diff options
author | Norbert Preining <preining@logic.at> | 2012-12-13 03:51:52 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2012-12-13 03:51:52 +0000 |
commit | 01de83c8e49fcfab74109bcf0986b2ac3e72049f (patch) | |
tree | c6c5b7fa48fd9ef463e4d7fd931ed714773386b1 /Master/tlpkg/libexec | |
parent | 915c7343a88aafae457a46e63a27d2c718933855 (diff) |
remove pxcjkcat.sty in POSTpxbase sub
git-svn-id: svn://tug.org/texlive/trunk@28519 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-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"; |