summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-08 05:35:37 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-08 05:35:37 +0000
commitd57bd46d02429f643c5ecb9288e28d29b17fccd6 (patch)
tree53f195842d32b254033b780146575d0cc90d768e
parent9a9eb282ddf2f453cfe5de8688f54f34f341e234 (diff)
* configure.in: --disable-install-doc should prohibit doxygen.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 16071df499..54fa57c40e 100644
--- a/configure.in
+++ b/configure.in
@@ -1630,6 +1630,7 @@ if test "$install_doc" != no; then
RDOCTARGET="rdoc"
else
RDOCTARGET="nodoc"
+ CAPITARGET="nodoc"
fi
AC_SUBST(RDOCTARGET)