mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* MANIFEST:
Added file: ruby/lib/rdoc/generators/template/html/old_html.rb Removed file: ruby/lib/rdoc/generators/template/html/css2.rb git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e34f7ef3cc
commit
d05b3b1e48
1 changed files with 7 additions and 7 deletions
14
MANIFEST
14
MANIFEST
|
@ -225,22 +225,18 @@ lib/rational.rb
|
|||
lib/rdoc/README
|
||||
lib/rdoc/code_objects.rb
|
||||
lib/rdoc/diagram.rb
|
||||
lib/rdoc/options.rb
|
||||
lib/rdoc/rdoc.rb
|
||||
lib/rdoc/template.rb
|
||||
lib/rdoc/tokenstream.rb
|
||||
lib/rdoc/dot/dot.rb
|
||||
lib/rdoc/generators/chm_generator.rb
|
||||
lib/rdoc/generators/html_generator.rb
|
||||
lib/rdoc/generators/ri_generator.rb
|
||||
lib/rdoc/generators/xml_generator.rb
|
||||
lib/rdoc/generators/template/chm/chm.rb
|
||||
lib/rdoc/generators/template/html/css2.rb
|
||||
lib/rdoc/generators/template/html/hefss.rb
|
||||
lib/rdoc/generators/template/html/html.rb
|
||||
lib/rdoc/generators/template/html/kilmer.rb
|
||||
lib/rdoc/generators/template/html/old_html.rb
|
||||
lib/rdoc/generators/template/xml/rdf.rb
|
||||
lib/rdoc/generators/template/xml/xml.rb
|
||||
lib/rdoc/generators/xml_generator.rb
|
||||
lib/rdoc/markup/sample/rdoc2latex.rb
|
||||
lib/rdoc/markup/sample/sample.rb
|
||||
lib/rdoc/markup/simple_markup.rb
|
||||
|
@ -254,11 +250,13 @@ lib/rdoc/markup/simple_markup/to_latex.rb
|
|||
lib/rdoc/markup/test/AllTests.rb
|
||||
lib/rdoc/markup/test/TestInline.rb
|
||||
lib/rdoc/markup/test/TestParse.rb
|
||||
lib/rdoc/options.rb
|
||||
lib/rdoc/parsers/parse_c.rb
|
||||
lib/rdoc/parsers/parse_f95.rb
|
||||
lib/rdoc/parsers/parse_rb.rb
|
||||
lib/rdoc/parsers/parse_simple.rb
|
||||
lib/rdoc/parsers/parserfactory.rb
|
||||
lib/rdoc/rdoc.rb
|
||||
lib/rdoc/ri/ri_cache.rb
|
||||
lib/rdoc/ri/ri_descriptions.rb
|
||||
lib/rdoc/ri/ri_formatter.rb
|
||||
|
@ -267,6 +265,8 @@ lib/rdoc/ri/ri_paths.rb
|
|||
lib/rdoc/ri/ri_reader.rb
|
||||
lib/rdoc/ri/ri_util.rb
|
||||
lib/rdoc/ri/ri_writer.rb
|
||||
lib/rdoc/template.rb
|
||||
lib/rdoc/tokenstream.rb
|
||||
lib/readbytes.rb
|
||||
lib/resolv-replace.rb
|
||||
lib/resolv.rb
|
||||
|
@ -794,9 +794,9 @@ test/wsdl/map/map.wsdl
|
|||
test/wsdl/map/map.xml
|
||||
test/wsdl/map/test_map.rb
|
||||
test/wsdl/raa/RAA.rb
|
||||
test/wsdl/raa/README.txt
|
||||
test/wsdl/raa/RAAServant.rb
|
||||
test/wsdl/raa/RAAService.rb
|
||||
test/wsdl/raa/README.txt
|
||||
test/wsdl/raa/raa.wsdl
|
||||
test/wsdl/raa/test_raa.rb
|
||||
test/wsdl/test_emptycomplextype.rb
|
||||
|
|
Loading…
Add table
Reference in a new issue