summaryrefslogtreecommitdiff
path: root/src/index.rb
diff options
context:
space:
mode:
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(/'/, "\\'")