diff options
author | Karl Berry <karl@freefriends.org> | 2014-02-27 23:10:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-02-27 23:10:21 +0000 |
commit | 56e0a2af1f297ff380e46108d4c154ff160b6714 (patch) | |
tree | c6c48a8ac5ed38425c893494f027fc31df9992b2 /Master/tlpkg/libexec/ctan2tds | |
parent | ab8b341564e7369496bbe15a1c04ca581aed7bf7 (diff) |
eledmac (27feb14)
git-svn-id: svn://tug.org/texlive/trunk@33061 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index c975941f59b..7c4f00de647 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1184,7 +1184,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'numericplots' => '&POSTnumericplots', 'pas-cv' => '&POSTpas_vc', 'pedigree-perl' => '&POSTpedigreeperl', - 'pgf' => '&POSTpgf', 'pgfplots' => '&POSTpgfplots', 'pict2e' => '&POSTpict2e', 'pmx' => '&POSTpmx', @@ -5561,12 +5560,6 @@ sub POSTpedigreeperl { &SYSTEM ("$MV Pedigree/*.pm $scriptdir/Pedigree/"); } -sub POSTpgf { - print "POST$package - mv generic,latex,... directories\n"; -# &SYSTEM ("cd $DEST && mkdir tex && mv context generic latex plain tex"); -# &SYSTEM ("$RM $DEST/README"); -} - sub POSTpgfplots { print "POST$package - rm spurious pgfplots.test dir\n"; # author said he will remove in next version. |