From 109d8bbb42ec764428694c5466630debbeb76550 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 12 Jan 2004 16:06:35 +0000 Subject: Try to use DESTDIR when installing git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@5448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ lib/rdoc/rdoc.rb | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 71b083bfeb..7c1b3fb419 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jan 13 01:04:37 2004 Dave Thomas + + * lib/rdoc/ri/ri_paths.rb (RI::Paths): First attempt at + incorporating DESTDIR in the rdoc installation. + Mon Jan 12 23:27:19 2004 Nobuyoshi Nakada * parse.y (primary): fix position after FCALL. [ruby-dev:22574] diff --git a/lib/rdoc/rdoc.rb b/lib/rdoc/rdoc.rb index ddcf217c4b..215826c4f3 100644 --- a/lib/rdoc/rdoc.rb +++ b/lib/rdoc/rdoc.rb @@ -159,6 +159,7 @@ module RDoc when "file" file_list << rel_file_name when "directory" + next if rel_file_name == "CVS" || rel_file_name == ".svn" next if options.exclude && options.exclude =~ rel_file_name dot_doc = File.join(rel_file_name, DOT_DOC_FILENAME) if File.file?(dot_doc) -- cgit v1.2.3