mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
b8571b4285
commit
1538119662
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
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
|
* vm_eval.c (eval_string_with_cref): propagative filename and line_no
|
||||||
|
|
|
@ -350,7 +350,7 @@ do-install-doc: $(PROGRAM)
|
||||||
post-install-doc::
|
post-install-doc::
|
||||||
@$(NULLCMD)
|
@$(NULLCMD)
|
||||||
|
|
||||||
rdoc: PHONY
|
rdoc: PHONY main
|
||||||
@echo Generating RDoc documentation
|
@echo Generating RDoc documentation
|
||||||
$(XRUBY) "$(srcdir)/bin/rdoc" --no-force-update --all --ri --op "$(RDOCOUT)" $(RDOCFLAGS) "$(srcdir)"
|
$(XRUBY) "$(srcdir)/bin/rdoc" --no-force-update --all --ri --op "$(RDOCOUT)" $(RDOCFLAGS) "$(srcdir)"
|
||||||
nodoc: PHONY
|
nodoc: PHONY
|
||||||
|
|
Loading…
Reference in a new issue