summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2020-08-01 23:40:10 +0900
committeraycabta <aycabta@gmail.com>2020-09-18 14:57:58 +0900
commit305c4306032c4713f99e668d460bc1bbd53f39bf (patch)
treeb8409ca7cd47453656e87266432467e756d27602
parent0d56aec1ddc48f0a769c4dfc8fde62a7c00ac052 (diff)
[ruby/rdoc] Add man/ri.1 for distribution files
https://github.com/ruby/rdoc/commit/7cb5c3611f
-rw-r--r--lib/rdoc/rdoc.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rdoc/rdoc.gemspec b/lib/rdoc/rdoc.gemspec
index 9ab60cb47f..fd222d47e0 100644
--- a/lib/rdoc/rdoc.gemspec
+++ b/lib/rdoc/rdoc.gemspec
@@ -50,6 +50,7 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat
"bin/setup",
"exe/rdoc",
"exe/ri",
+ "man/ri.1",
"lib/rdoc.rb",
"lib/rdoc/alias.rb",
"lib/rdoc/anon_class.rb",