X-Git-Url: http://git.code-monkey.de/?p=redact.git;a=blobdiff_plain;f=Rakefile;h=3e47175a8ecd41c0e3a528d8b37b459955aa6964;hp=e352d0bb125c13c038d44d402d0561879dc69bae;hb=07b4660cebea81f31bfa0b47981a7e06fe35ef1f;hpb=733ba89d00508c3ab56575de246eb9818c480406 diff --git a/Rakefile b/Rakefile index e352d0b..3e47175 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,4 @@ -# $Id: Rakefile 15 2005-03-29 19:21:00Z tilman $ +# $Id: Rakefile 34 2005-04-25 17:12:29Z tilman $ require "rake/clean" require "rake/testtask" @@ -46,7 +46,7 @@ Rake::RDocTask.new do |t| t.title = "Redact - An Edje Compiler written in Ruby" t.options = ["--line-numbers", "--inline-source", "--main", "README"] t.rdoc_files.include("README", "COPYING", "AUTHORS", "ChangeLog", - "TODO", "lib/redact/redact.rb", + "TODO", "NEWS", "lib/redact/redact.rb", "lib/redact/part.rb", "lib/redact/program.rb") end