Skip to content

Commit 459042e

Browse files
committed
Switch rdoc from hanna to aliki, update for renamed files, exclude top-level include wrappers.
1 parent 682d7b2 commit 459042e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Rakefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,21 @@ desc 'Generate rdoc documentation'
5454
RDoc::Task.new("rdoc") do |rdoc|
5555
rdoc.rdoc_dir = 'rdoc'
5656
rdoc.title = 'LibXML'
57-
rdoc.generator = 'hanna'
57+
rdoc.generator = 'aliki'
5858

5959
# Show source inline with line numbers
6060
rdoc.options << '--line-numbers'
6161
rdoc.options << '--charset=utf-8'
6262
# Make the readme file the start page for the generated html
63-
rdoc.main = 'README.rdoc'
64-
rdoc.rdoc_files.include('doc/*.rdoc',
65-
'ext/**/libxml.c',
63+
rdoc.main = 'README.md'
64+
rdoc.rdoc_files.include('ext/**/libxml.c',
6665
'ext/**/ruby_xml.c',
6766
'ext/**/*.c',
6867
'lib/**/*.rb',
69-
'README.rdoc',
70-
'HISTORY',
68+
'README.md',
69+
'CHANGELOG.md',
7170
'LICENSE')
71+
rdoc.rdoc_files.exclude('lib/xml.rb', 'lib/xml/libxml.rb')
7272
end
7373

7474
# Test Task

0 commit comments

Comments
 (0)