summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-09 22:02:37 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-09 22:02:37 +0000
commit15381196629e47e747861a5ea81409cefc8d02ae (patch)
treef7ab01c7bd60f632e084f6f2c8aad88f641a2a64
parentb8571b4285fc222f51d2edaaa6dedde8654e0faf (diff)
* common.mk (rdoc): rdoc should depend main. Moreover when XRUBY
is miniruby, it can run after miniruby is built. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--common.mk2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b808200822..c41f0f4038 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon May 10 06:59:19 2010 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * common.mk (rdoc): rdoc should depend main. Moreover when XRUBY
+ is miniruby, it can run after miniruby is built.
+
Mon May 10 03:36:56 2010 Yusuke Endoh <mame@tsg.ne.jp>
* vm_eval.c (eval_string_with_cref): propagative filename and line_no
diff --git a/common.mk b/common.mk
index ce7434f0fb..bfa9083eb2 100644
--- a/common.mk
+++ b/common.mk
@@ -350,7 +350,7 @@ do-install-doc: $(PROGRAM)
post-install-doc::
@$(NULLCMD)
-rdoc: PHONY
+rdoc: PHONY main
@echo Generating RDoc documentation
$(XRUBY) "$(srcdir)/bin/rdoc" --no-force-update --all --ri --op "$(RDOCOUT)" $(RDOCFLAGS) "$(srcdir)"
nodoc: PHONY