summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--common.mk2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a9287f92e7..1165f24eb6 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.
+
Tue May 11 15:14:30 2010 NARUSE, Yui <naruse@ruby-lang.org>
* enc/utf_8.c: Add new alias UTF-8-HFS for UTF8-MAC.
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