diff options
author | Karl Berry <karl@freefriends.org> | 2021-03-22 16:42:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-03-22 16:42:36 +0000 |
commit | bb9c3c67d0b2374807fce790b41ffd4c6783fb64 (patch) | |
tree | 2e3f8fd9354e74892d32c8ab0e8ee38e5132e748 /Master/tlpkg/libexec/ctan2tds | |
parent | 4c0fa54077a5924bc937894d78827ac320e4a37f (diff) |
hyph-utf8 update from arthur
git-svn-id: svn://tug.org/texlive/trunk@58619 c570f23f-e606-0410-a88d-b1316a301751
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 67d537aaae9..098ac0057de 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -3871,7 +3871,7 @@ sub MAKEcopy { # move README for encxvlna and others -r "$dest/README" - && &SYSTEM ("$MV $dest/README $docdir/"); + && &SYSTEM ("$MV $dest/README $dest/README.md $docdir/"); # move manifest.txt for droid -r "$dest/manifest.txt" |