summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds15
1 files changed, 0 insertions, 15 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index 6c13460847f..90b2877e2e7 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -458,7 +458,6 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
'koma-script' => '&POSTkoma',
'libertine' => '&POSTlibertine',
'pgf' => '&POSTpgf',
- 'pgfplots' => '&POSTpgfplots',
'pst-cox' => '&POSTpstcox',
'xecjk' => '&POSTxecjk',
'xecyr' => '&POSTxecyr',
@@ -3286,20 +3285,6 @@ sub POSTpgf
&SYSTEM ("cd $DEST && mkdir tex && mv context generic latex plain tex");
}
-sub POSTpgfplots
-{
- print "\t POST$package - mv directories\n";
- &xchdir ($DEST);
- #
- &xmkdir ("doc/generic/$package");
- &SYSTEM ("$MV README ext_scripts test doc/generic/$package");
- #
- &xmkdir ("tex/generic");
- &SYSTEM ("$MV generic tex/generic/$package");
- #
- &SYSTEM ("$MV context latex plain tex");
-}
-
sub POSTpstcox
{
print "POST$package - mv latex .sty, doc Gallery\n";