From e0110a2b0ba0a0a13e78bc9e453110f16d40087b Mon Sep 17 00:00:00 2001 From: Louie Shprung Date: Mon, 21 Nov 2022 17:05:43 -0800 Subject: Replaced all instances of 'GNU Automake' with 'GNU Autoconf' --- src/Info.plist | 6 +++--- src/index.rb | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/Info.plist b/src/Info.plist index f94b2c9..2850204 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -3,11 +3,11 @@ CFBundleIdentifier - gnuautomake + gnuautoconf CFBundleName - GNU Automake + GNU Autoconf DocSetPlatformFamily - automake + autoconf isDashDocset diff --git a/src/index.rb b/src/index.rb index 9c66c81..3dc8468 100755 --- a/src/index.rb +++ b/src/index.rb @@ -9,10 +9,10 @@ INSERT_SQL = %Q[ INSERT INTO searchIndex(name, type, path) VALUES ('%s','%s','%s'); ] -PATTERN = %r[(.*)\(automake\)(.*)] +PATTERN = %r[(.*)\(Autoconf\)(.*)] def quote(s) - s.gsub(/&/, '&').gsub(/'/, "\\'") + s.gsub(/&/, '&').gsub(/'/, "\\'").gsub(/</, '<') end ARGV.each do |arg| -- cgit