summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2012-12-13 03:51:52 +0000
committerNorbert Preining <preining@logic.at>2012-12-13 03:51:52 +0000
commit01de83c8e49fcfab74109bcf0986b2ac3e72049f (patch)
treec6c5b7fa48fd9ef463e4d7fd931ed714773386b1
parent915c7343a88aafae457a46e63a27d2c718933855 (diff)
remove pxcjkcat.sty in POSTpxbase sub
git-svn-id: svn://tug.org/texlive/trunk@28519 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds6
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";