diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-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); |