summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-14 19:25:05 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-14 19:25:05 +0000
commitf353d1cf9dbd020f8df8a28c1cbe079e19af11d1 (patch)
treed683f2a8cacf21a1826aa95b5a09693d1ac7b15c /configure.in
parent6b62422be604fb4116d95f25fcbf0bf78d9c7f9c (diff)
downloadruby-f353d1cf9dbd020f8df8a28c1cbe079e19af11d1.tar.gz
ruby-f353d1cf9dbd020f8df8a28c1cbe079e19af11d1.tar.xz
ruby-f353d1cf9dbd020f8df8a28c1cbe079e19af11d1.zip
* configure.in (RDOCTARGET): use install-all. [ruby-dev:39334]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 02e00282f..0cc637dd8 100644
--- a/configure.in
+++ b/configure.in
@@ -2120,7 +2120,7 @@ AC_ARG_ENABLE(install-doc,
AS_HELP_STRING([--disable-install-doc], [do not install rdoc indexes during install]),
[install_doc=$enableval], [install_doc=yes])
if test "$install_doc" != no; then
- RDOCTARGET="rdoc"
+ RDOCTARGET="all"
else
RDOCTARGET="nodoc"
fi