diff options
author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-24 04:49:58 +0000 |
---|---|---|
committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-24 04:49:58 +0000 |
commit | 59aff6a8281cf13e8ed30b1eba11eab45ebe4c9c (patch) | |
tree | 040ebf1a6b72d50ffd56a8667d2d1591267605ba | |
parent | f3ebbd879a4a4c7cf203b58030c5ab434dcd345f (diff) | |
download | ruby-59aff6a8281cf13e8ed30b1eba11eab45ebe4c9c.tar.gz ruby-59aff6a8281cf13e8ed30b1eba11eab45ebe4c9c.tar.xz ruby-59aff6a8281cf13e8ed30b1eba11eab45ebe4c9c.zip |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@5275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | MANIFEST | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 |