summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-22 22:32:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-22 22:32:39 +0000
commit752bccaf18f090d26ccc444d515fd6c020656e06 (patch)
tree5ab8b6234dc465bb48fb32e7d1a67f12e75309be /common.mk
parent32f625180d433487a284ca557727606e7f5038e8 (diff)
downloadruby-752bccaf18f090d26ccc444d515fd6c020656e06.tar.gz
ruby-752bccaf18f090d26ccc444d515fd6c020656e06.tar.xz
ruby-752bccaf18f090d26ccc444d515fd6c020656e06.zip
* configure.in, Makefile.in, win32/Makefile.sub (XRUBY): runnable
ruby without current libraries. * common.mk (rdoc): use XRUBY. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25438 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index c8e535d46..a7982ecc4 100644
--- a/common.mk
+++ b/common.mk
@@ -350,7 +350,7 @@ post-install-doc::
rdoc: $(PROGRAM) PHONY
@echo Generating RDoc documentation
- $(RUNRUBY) "$(srcdir)/bin/rdoc" --all --ri --op "$(RDOCOUT)" "$(srcdir)"
+ $(XRUBY) "$(srcdir)/bin/rdoc" --all --ri --op "$(RDOCOUT)" "$(srcdir)"
nodoc: PHONY
what-where-doc: no-install-doc