File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,21 +54,21 @@ desc 'Generate rdoc documentation'
5454RDoc ::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' )
7272end
7373
7474# Test Task
You can’t perform that action at this time.
0 commit comments