Skip to content

Commit

Permalink
Fixed rake rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Nov 13, 2024
1 parent d3f1c12 commit 0a042e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require "rdoc/task"
RDoc::Task.new do |doc|
doc.main = "README.md"
doc.title = "URI - handle Uniform Resource Identifiers"
doc.rdoc_files = FileList.new %w[lib README.md LICENSE.txt]
doc.rdoc_files = FileList.new %w[lib README.md BSDL COPYING]
doc.rdoc_dir = "_site" # for github pages
end

Expand Down

0 comments on commit 0a042e8

Please sign in to comment.