1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* common.mk (rdoc): independent.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27206 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2010-04-03 09:09:43 +00:00
parent f01510d074
commit d38090cff5

View file

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