From 6dc1517180ed7919f75d9ab368eedfb1d87f96c7 Mon Sep 17 00:00:00 2001 From: mccallum Date: Mon, 13 May 1996 13:03:40 +0000 Subject: [PATCH] (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 --- Source/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Makefile.in b/Source/Makefile.in index ae520b422..138dbdfd4 100644 --- a/Source/Makefile.in +++ b/Source/Makefile.in @@ -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