--- manual/tools/make_mail_subjects.sh 2002/01/15 10:41:49 1.1 +++ manual/tools/make_mail_subjects.sh 2002/02/28 19:30:25 1.2 @@ -1,7 +1,6 @@ #!/bin/csh -f -foreach f ( *.html ) - - cat $f | awk -f make_mail_subjects.awk >$f.comment - mv $f.comment $f +foreach f ( node*.html ) + + cat ../tools/make_mail_subjects.ed | ed $f end