[LON-CAPA-cvs] cvs: loncom /build doc_template.pl

harris41 lon-capa-cvs@mail.lon-capa.org
Wed, 31 Jul 2002 19:01:52 -0000


harris41		Wed Jul 31 15:01:52 2002 EDT

  Modified files:              
    /loncom/build	doc_template.pl 
  Log:
  this is the cvs date of when the contents were updated; thus
  "last updated" is preferably to "automatically updated"
  
  
Index: loncom/build/doc_template.pl
diff -u loncom/build/doc_template.pl:1.8 loncom/build/doc_template.pl:1.9
--- loncom/build/doc_template.pl:1.8	Sat Jul 27 18:44:37 2002
+++ loncom/build/doc_template.pl	Wed Jul 31 15:01:52 2002
@@ -23,7 +23,7 @@
 $t=~s/\<TITLE \/\>/$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 (.*?) \-\-\>/;