diff options
author | aycabta <[email protected]> | 2020-08-01 23:40:10 +0900 |
---|---|---|
committer | aycabta <[email protected]> | 2020-09-18 14:57:58 +0900 |
commit | 305c4306032c4713f99e668d460bc1bbd53f39bf (patch) | |
tree | b8409ca7cd47453656e87266432467e756d27602 | |
parent | 0d56aec1ddc48f0a769c4dfc8fde62a7c00ac052 (diff) |
[ruby/rdoc] Add man/ri.1 for distribution files
https://github.com/ruby/rdoc/commit/7cb5c3611f
-rw-r--r-- | lib/rdoc/rdoc.gemspec | 1 |
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", |