Skip to content

Commit

Permalink
Fix old extensions for txt README.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomazErjavec committed Nov 28, 2023
1 parent 1af5881 commit eefa3f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Corpora/bin/cp-readmes.pl
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
if ($handleTEI) {$handleTxt = $handleTEI}
elsif ($handleAna) {$handleTxt = $handleAna}
else {die "FATAL: No handle given for TEI or .ana distribution\n"}
if ($MT) {$inReadme = "$docsDir/README-$MT.txt.txt"}
else {$inReadme = "$docsDir/README.txt.txt"}
if ($MT) {$inReadme = "$docsDir/README-$MT.text.txt"}
else {$inReadme = "$docsDir/README.text.txt"}
&cp_readme($countryCode, $handleTxt, $Version, $inReadme, "$outTxtDir/00README.txt");

print STDERR "INFO: ***Making $countryCode CoNLL-U\n";
Expand Down

0 comments on commit eefa3f8

Please sign in to comment.