diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-23 00:20:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-23 00:20:10 +0000 |
commit | 0e58934d8bef398085e805fac10f23c715adc69b (patch) | |
tree | 53b732631f7ea07c242884aff03811fc951af119 /Master/tlpkg/libexec | |
parent | 9d548e8b6c733f2c9a6b4f520fab7a7b5e8ac6a6 (diff) |
eplain update (22feb10)
git-svn-id: svn://tug.org/texlive/trunk@17154 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index a89c135be66..0ec9d5d25e1 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -3696,7 +3696,7 @@ sub POSTctex sub POSTeplain { print "POST$package - mv README, eplain.info\n"; - &SYSTEM ("$MV README doc/eplain/README.TOP"); + &SYSTEM ("$MV doc/eplain/eplain/README doc/eplain/README.TOP"); my $infodir = "$TOPDEST/texmf/doc/info/"; &xmkdir ($infodir); |