diff options
author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-08 14:58:57 +0000 |
---|---|---|
committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-08 14:58:57 +0000 |
commit | c9da465b65b1592ab20febd26dded7465223c8e7 (patch) | |
tree | efa421a1c26f8561de4ba0b2ae9374ca4c86672d /ChangeLog | |
parent | 0b53c9111bbb472a66b4b809e7490ab6cc371bd4 (diff) | |
download | ruby-c9da465b65b1592ab20febd26dded7465223c8e7.tar.gz ruby-c9da465b65b1592ab20febd26dded7465223c8e7.tar.xz ruby-c9da465b65b1592ab20febd26dded7465223c8e7.zip |
* configure.in (RDOCTARGET): new macro. if you want to install
rdoc documentation, you need to run configure with
--enable-install-doc.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5419 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Thu Jan 8 23:49:21 2004 WATANABE Hirofumi <eban@ruby-lang.org> + + * configure.in (RDOCTARGET): new macro. if you want to install + rdoc documentation, you need to run configure with + --enable-install-doc. + Thu Jan 8 21:29:43 2004 GOTOU Yuuzou <gotoyuzo@notwork.org> * ext/openssl/ossl_pkey.c (ossl_pkey_to_der): removed; it returns |