[LON-CAPA-cvs] cvs: loncom /build doc_template.pl
harris41
lon-capa-cvs@mail.lon-capa.org
Sat, 27 Jul 2002 22:44:37 -0000
harris41 Sat Jul 27 18:44:37 2002 EDT
Modified files:
/loncom/build doc_template.pl
Log:
minor documentation fix; altering attribution data
Index: loncom/build/doc_template.pl
diff -u loncom/build/doc_template.pl:1.7 loncom/build/doc_template.pl:1.8
--- loncom/build/doc_template.pl:1.7 Wed May 1 22:09:34 2002
+++ loncom/build/doc_template.pl Sat Jul 27 18:44:37 2002
@@ -1,6 +1,8 @@
-# perl script
+# doc_template.pl - A perl script for beautifying doc/build/*.html files
-# a quick and dirty xml reading and substitution
+# (Quick and dirty xml reading and substitution.)
+
+# Scott Harrison
# --------------------------------------- slurp in information
unless (scalar(@ARGV)==2) {
@@ -21,7 +23,7 @@
$t=~s/\<TITLE \/\>/$title/g;
$d=~/\$(.*?)\$/;
my $e=$1;
-$e=~s/\S*\s\S*\s+\S*$/ updated by Scott Harrison/;
+$e=~s/\S*\s\S*\s+\S*$/ automatically updated/;
my $cvsdate="<p align=\"left\"><font size=\"-2\"><i>CVS $e</i></font></p>";
$t=~s/\<DATE \/\>/$cvsdate/g;
$d=~/\<\!\-\- pdfahref (.*?) \-\-\>/;