From ff104dea5ba7db827b9dcc659d368b0e19b113a0 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Sun, 8 Apr 2007 14:27:07 +0200 Subject: [PATCH] Fixed RDoc title. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index a8313fb..a3b165c 100644 --- a/Rakefile +++ b/Rakefile @@ -48,7 +48,7 @@ end Rake::RDocTask.new do |t| t.rdoc_dir = "doc" - t.title = "ruby-edje -- Edje bindings for Ruby" + t.title = "ruby-edje -- Ruby bindings for Edje" t.options = ["--line-numbers", "--inline-source", "--main", "README"] t.rdoc_files = FileList[ "AUTHORS", "COPYING", "README", -- 2.30.2