--- loncom/build/doc_template.pl 2002/07/27 22:44:37 1.8 +++ loncom/build/doc_template.pl 2003/02/03 18:03:52 1.10 @@ -2,7 +2,6 @@ # (Quick and dirty xml reading and substitution.) -# Scott Harrison # --------------------------------------- slurp in information unless (scalar(@ARGV)==2) { @@ -23,7 +22,7 @@ my $title=$1; $t=~s/\/$title/g; $d=~/\$(.*?)\$/; my $e=$1; -$e=~s/\S*\s\S*\s+\S*$/ automatically updated/; +$e=~s/\S*\s\S*\s+\S*$/ last updated/; my $cvsdate="<p align=\"left\"><font size=\"-2\"><i>CVS $e</i></font></p>"; $t=~s/\<DATE \/\>/$cvsdate/g; $d=~/\<\!\-\- pdfahref (.*?) \-\-\>/;