From 18db3871eace8da1cbdc6b2c15a155024254e4e5 Mon Sep 17 00:00:00 2001 From: Louie S Date: Fri, 4 Nov 2022 14:50:33 -0700 Subject: Replaced all instance of 'GNU Make' with 'GNU Automake' --- src/index.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/index.rb') diff --git a/src/index.rb b/src/index.rb index c719fcc..a52e04c 100755 --- a/src/index.rb +++ b/src/index.rb @@ -9,7 +9,7 @@ INSERT_SQL = %Q[ INSERT INTO searchIndex(name, type, path) VALUES ('%s','%s','%s'); ] -PATTERN = %r[GNU make: (.+)] +PATTERN = %r[GNU automake: (.+)] def quote(s) s.gsub(/&/, '&').gsub(/'/, "\\'") -- cgit