module Hoe::Publish
def make_rdoc_cmd(*extra_args) # :nodoc:
def make_rdoc_cmd(*extra_args) # :nodoc: title = "#{name}-#{version} Documentation" title = "#{group_name}'s #{title}" if group_name != name ( %W[#{Gem.ruby} -S rdoc --title #{title} -o #{local_rdoc_dir} ] + spec.rdoc_options + extra_args + spec.require_paths + spec.extra_rdoc_files ).reject(&:empty?) end