From 15381196629e47e747861a5ea81409cefc8d02ae Mon Sep 17 00:00:00 2001 From: naruse Date: Sun, 9 May 2010 22:02:37 +0000 Subject: [PATCH] * 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 --- ChangeLog | 5 +++++ common.mk | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * 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 * 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