summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-08-09 23:39:38 +0000
committerKarl Berry <karl@freefriends.org>2008-08-09 23:39:38 +0000
commitf41811b55dfce3a5f59b953b68457b0aa5491baf (patch)
treec0346bf5128a5e21c5909eb116121b28de0fd24b /Master/tlpkg/bin
parent607cf34a8ca9e08fbb89b52ee710467a72b5b99f (diff)
pgfplots update (10aug08)
git-svn-id: svn://tug.org/texlive/trunk@10222 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-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";