X-Git-Url: http://git.code-monkey.de/?p=ruby-eet.git;a=blobdiff_plain;f=Rakefile;h=d4851c346116692d2bea4e00f0ce823dbfddc05f;hp=a1ac76fc6a46758a7797fd9da0127770cb34d5ba;hb=83b730a449e138e8edcc09e1f32485826414c997;hpb=d7f7f0063af5a351fd41fa18eebc6025b26985af diff --git a/Rakefile b/Rakefile index a1ac76f..d4851c3 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,4 @@ -# $Id: Rakefile 8 2005-03-27 14:25:35Z tilman $ +# $Id: Rakefile 14 2005-03-28 20:38:06Z tilman $ require "rbconfig" require "rake/clean" @@ -62,7 +62,7 @@ end Rake::RDocTask.new do |t| t.rdoc_dir = "doc" - t.title = "ruby-eet - EET bindings for Ruby" + t.title = "Ruby-EET - EET bindings for Ruby" t.options = ["--line-numbers", "--inline-source", "--main", "README"] t.rdoc_files.include("README", "COPYING", "AUTHORS", "ChangeLog", "ext/ext.c", "lib/eet.rb")