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

harris41 lon-capa-cvs@mail.lon-capa.org
Mon, 11 Feb 2002 08:02:41 -0000


harris41		Mon Feb 11 03:02:41 2002 EDT

  Modified files:              
    /loncom/build	doc_template.pl 
  Log:
  fixing formatting of footer
  
  
Index: loncom/build/doc_template.pl
diff -u loncom/build/doc_template.pl:1.2 loncom/build/doc_template.pl:1.3
--- loncom/build/doc_template.pl:1.2	Mon Feb 11 01:29:37 2002
+++ loncom/build/doc_template.pl	Mon Feb 11 03:02:41 2002
@@ -18,7 +18,9 @@
 my $title=$1;
 $t=~s/\<TITLE \/\>/$title/g;
 $d=~/\$(.*?)\$/;
-my $cvsdate="<i>CVS: $1</i>";
+my $e=$1;
+$e=~s/\S*\s\S*\s+\S*$/ created by Scott Harrison/;
+my $cvsdate="<i>CVS: $e</i>";
 $t=~s/\<DATE \/\>/$cvsdate/g;
 $d=~/\<\!\-\- pdfahref (.*?) \-\-\>/;
 my $pdfahref="<a href='$1'>";