[前][次][番号順一覧][スレッド一覧]

ruby-changes:15787

From: naruse <ko1@a...>
Date: Mon, 10 May 2010 07:02:53 +0900 (JST)
Subject: [ruby-changes:15787] Ruby:r27717 (trunk): * common.mk (rdoc): rdoc should depend main. Moreover when XRUBY

naruse	2010-05-10 07:02:37 +0900 (Mon, 10 May 2010)

  New Revision: 27717

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=27717

  Log:
    * common.mk (rdoc): rdoc should depend main. Moreover when XRUBY
      is miniruby, it can run after miniruby is built.

  Modified files:
    trunk/ChangeLog
    trunk/common.mk

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 27716)
+++ ChangeLog	(revision 27717)
@@ -1,3 +1,8 @@
+Mon May 10 06:59:19 2010  NARUSE, Yui  <naruse@r...>
+
+	* 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@t...>
 
 	* vm_eval.c (eval_string_with_cref): propagative filename and line_no
Index: common.mk
===================================================================
--- common.mk	(revision 27716)
+++ common.mk	(revision 27717)
@@ -350,7 +350,7 @@
 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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]