summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlib/make/new_thorn.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/make/new_thorn.pl b/lib/make/new_thorn.pl
index 6866569e..bc44fe1b 100755
--- a/lib/make/new_thorn.pl
+++ b/lib/make/new_thorn.pl
@@ -159,6 +159,8 @@ while (<IN>) {
} else {
print OUT $_;
}
+ } elsif (/^\\title\{\s*?\}/) {
+ print OUT "\\title\{$thorn_name\}\n";
} else {
print OUT $_;
}