From 5e5b4c08fcf0729aa0342dd3a002c38047ea1418 Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 12 Nov 2009 01:26:13 +0000 Subject: * .document: remove documents not in rdoc format until rdoc supports non rdoc files. [ruby-core:26459] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25724 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .document | 15 +-------------- ChangeLog | 5 +++++ 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/.document b/.document index 6e576ce6d8..746ca2929d 100644 --- a/.document +++ b/.document @@ -16,17 +16,4 @@ lib ext # rdoc files -doc/* - -NEWS - -README.ja -README -README.EXT -README.EXT.ja -COPYING -COPYING.ja -GPL -LGPL -LEGAL -ChangeLog +doc/*.rdoc diff --git a/ChangeLog b/ChangeLog index bb4dc8dc1d..b52cddd5c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Nov 12 10:08:56 2009 NARUSE, Yui + + * .document: remove documents not in rdoc format until + rdoc supports non rdoc files. [ruby-core:26459] + Thu Nov 12 06:42:38 2009 Nobuyoshi Nakada * lib/tempfile.rb (Tempfile#initialize): option hash may not be -- cgit v1.2.1