Skip to content

Commit

Permalink
Remove references to README.textile.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Feb 4, 2013
1 parent 4336e31 commit f2e608d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUBY = ENV['RUBY19'] || 'ruby19'
PKG_VERSION = Sorcerer::VERSION

PKG_FILES = FileList[
'README.textile',
'README.md',
'Rakefile',
'doc/*',
'rakelib/*',
Expand All @@ -30,7 +30,6 @@ PKG_FILES = FileList[

BASE_RDOC_OPTIONS = [
'--line-numbers', '--inline-source',
'--main' , 'README.textile',
'--title', 'Rake -- Ruby Make'
]

Expand Down

0 comments on commit f2e608d

Please sign in to comment.