diff options
author | Karl Berry <karl@freefriends.org> | 2008-03-08 19:05:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-03-08 19:05:09 +0000 |
commit | 0aeb8a0fd26be4d444811cbfc4975960578c28ef (patch) | |
tree | 7a4ff7f90bab5e3c0f03acc98e87745697ce8071 /Master/tlpkg/bin | |
parent | 8b595c714f37f447d634a45f8d3e64eb772f7649 (diff) |
symlink vpe script
git-svn-id: svn://tug.org/texlive/trunk@6897 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 8a21c637249..530b3d63ac1 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -146,6 +146,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'epiolmec', "&MAKEflatten", 'epix', "die 'skipping, needs C++'", 'eplain', "&MAKEcopy", + 'epstopdf', "die 'skipping, needs .pl vs. noext + man help, sorry'", 'eqnarray', "&MAKEeqnarray", 'eskdx', "&MAKEeskdx", 'esvect', "&MAKEflatten", @@ -399,7 +400,6 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'vicentino', "die 'skipping, nonfree license'", 'vntex', "&MAKEcopy", 'voss-de', "&MAKEvossde", - 'vpe', "&MAKEvpe", 'vrsion', "die 'skipping, nonfree license'", 'wasy2', "&MAKEflatten", 'wordcount', "&MAKEwordcount", @@ -1251,6 +1251,7 @@ $standardxmt='\.xmt'; %specialscripts = ( 'a2ping' => '\.pl$', 'epstopdf' => 'epstopdf', + 'vpe' => '\.pl$', ); # which suffixes to remove after building. Checked after runins and at @@ -2853,19 +2854,6 @@ sub MAKEvossde { } -# includes shell script. -sub MAKEvpe { - &xchdir ($packagedir); - # - print "\t SPECIAL $package: moving vpe.pl to /tmp\n"; - &SYSTEM('mv vpe.pl /tmp/vpe'); - # - &xchdir (".."); - &donormal (); - # - print "YOU-MUST-DO! update /tmp/vpe to source/texk/texlive\n"; -} - sub MAKEwordcount { &xchdir ($packagedir); # @@ -3013,6 +3001,7 @@ sub MAKEthumbpdf { &SYSTEM("mv thumbpdf.pl $myscriptdir/"); } + sub MAKEIEEEtran { print "\t SPECIAL renaming README files, then flatten\n"; chdir ($packagedir) || die "chdir($packagedir) failed: $!"; |