summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-22 05:26:38 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-22 05:26:38 +0000
commit0f02abb31bcb2da501845b945eea191a5bdadb4d (patch)
tree8f92599364678a389e4c9c919833524a3c1bc315 /common.mk
parente243aabc0c27bb55506551df91e56a2aec9a77c5 (diff)
* common.mk (rdoc): needs encodings and exts.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 8d567257d0..63a24e2add 100644
--- a/common.mk
+++ b/common.mk
@@ -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