* 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:
nobu 2010-01-22 05:26:38 +00:00
parent e243aabc0c
commit 0f02abb31b
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* configure.in: add missing comma.

View File

@ -349,7 +349,7 @@ do-install-doc: $(PROGRAM)
post-install-doc::
@$(NULLCMD)
rdoc: $(PROGRAM) PHONY
rdoc: main PHONY
@echo Generating RDoc documentation
$(XRUBY) "$(srcdir)/bin/rdoc" --all --ri --op "$(RDOCOUT)" "$(srcdir)"
nodoc: PHONY