summaryrefslogtreecommitdiffstats
path: root/versification/v11nsys.pl
diff options
context:
space:
mode:
Diffstat (limited to 'versification/v11nsys.pl')
-rw-r--r--versification/v11nsys.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/versification/v11nsys.pl b/versification/v11nsys.pl
index 3ca396b..61bfbe0 100644
--- a/versification/v11nsys.pl
+++ b/versification/v11nsys.pl
@@ -185,13 +185,13 @@ foreach $infile (@srcfiles) {
if ($v11n eq "") {
$v11n = "NRSVA";
}
- $outfile = lc("v11n$2.h");
+ $outfile = lc("canon_$2.h");
}
else {
$v11n = $infile;
$v11n =~ s/\.[^\.]*$//;
$v11n =~ s/^.+\///;
- $outfile = lc("v11n$v11n.h");
+ $outfile = lc("canon_$v11n.h");
}
print "Processing $infile --> $outfile (v11n: $v11n).\n";
@@ -331,7 +331,7 @@ foreach $infile (@srcfiles) {
}
@abbrevsQueue = sort @abbrevsQueue;
foreach $a (@abbrevsQueue) {
- $abbrevs .= " {\"" . uc($a) . "\", \"" . $osis{lc($a)} . "\"},\t\t//" . $idmap{$osis{lc($a)}} . "\n";
+ $abbrevs .= " {\"" . uc($a) . "\", \"" . $osis{lc($a)} . "\"},\t\t// " . $idmap{$osis{lc($a)}} . "\n";
}
$abbrevs .= $abbrevsCloser;