mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk (rdoc): needs encodings and exts.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e243aabc0c
commit
0f02abb31b
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Fri Jan 22 14:26:36 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* common.mk (rdoc): needs encodings and exts.
|
||||||
|
|
||||||
Fri Jan 22 14:16:18 2010 NARUSE, Yui <naruse@ruby-lang.org>
|
Fri Jan 22 14:16:18 2010 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
* configure.in: add missing comma.
|
* configure.in: add missing comma.
|
||||||
|
|
|
@ -349,7 +349,7 @@ do-install-doc: $(PROGRAM)
|
||||||
post-install-doc::
|
post-install-doc::
|
||||||
@$(NULLCMD)
|
@$(NULLCMD)
|
||||||
|
|
||||||
rdoc: $(PROGRAM) PHONY
|
rdoc: main PHONY
|
||||||
@echo Generating RDoc documentation
|
@echo Generating RDoc documentation
|
||||||
$(XRUBY) "$(srcdir)/bin/rdoc" --all --ri --op "$(RDOCOUT)" "$(srcdir)"
|
$(XRUBY) "$(srcdir)/bin/rdoc" --all --ri --op "$(RDOCOUT)" "$(srcdir)"
|
||||||
nodoc: PHONY
|
nodoc: PHONY
|
||||||
|
|
Loading…
Reference in a new issue