(AUTHORS): Also search for "Rewritten by" string.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1524 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-05-13 13:03:40 +00:00
parent fb05cbcb97
commit 6dc1517180

View file

@ -631,7 +631,7 @@ AUTHORS: Makefile.in
echo >>AUTHORS; \
echo >>AUTHORS; \
echo "$${a}:" >>AUTHORS; \
egrep -l "((Written by)|(Author)).*$${a}" \
egrep -l "((Written by)|(Author)|(Rewritten by)).*$${a}" \
$(DIST_FILES) >>AUTHORS; \
done