summaryrefslogtreecommitdiff
path: root/src/index.rb
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2022-11-04 14:50:33 -0700
committerLouie S <louie@example.com>2022-11-04 14:50:33 -0700
commit18db3871eace8da1cbdc6b2c15a155024254e4e5 (patch)
tree27f81269a07eda28b467991dd8ed33b0d2536d94 /src/index.rb
parent11fb1559b94ab61bd4678de3352ad8ddd0997dc7 (diff)
Replaced all instance of 'GNU Make' with 'GNU Automake'
Diffstat (limited to 'src/index.rb')
-rwxr-xr-xsrc/index.rb2
1 files changed, 1 insertions, 1 deletions
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[<title>GNU make: (.+)</title>]
+PATTERN = %r[<title>GNU automake: (.+)</title>]
def quote(s)
s.gsub(/&amp;/, '&').gsub(/'/, "\\'")