From f1f6807c0745e29d2e14e7458d77b5649c43f5c5 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 11 Nov 2012 10:55:08 -0800 Subject: [PATCH] Add more files and extensions to metafiles --- Library/Homebrew/metafiles.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/metafiles.rb b/Library/Homebrew/metafiles.rb index f73cb36fa7..06da9fdb3f 100644 --- a/Library/Homebrew/metafiles.rb +++ b/Library/Homebrew/metafiles.rb @@ -1,8 +1,10 @@ class Metafiles def initialize - @exts = %w[.txt .md .html] - @metafiles = %w[readme changelog changes copying license licence copyright authors] + @exts = %w[.md .html .rtf .txt] + @metafiles = %w[ + about authors changelog changes copying copyright history license + licence news notes notice readme todo] end def + other