mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-24 01:11:01 +00:00
(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:
parent
ffb11e3c7b
commit
a78eb13bc0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue