mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk (rdoc-coverage): remove duplicated target.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31624 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
da3d9e99dd
commit
d2dd7416fa
1 changed files with 4 additions and 2 deletions
|
@ -189,7 +189,8 @@ GORUBY = go$(RUBY_INSTALL_NAME)
|
|||
golf: $(LIBRUBY) $(GOLFOBJS) PHONY
|
||||
$(Q) $(MAKE) $(MFLAGS) MAINOBJ="$(GOLFOBJS)" PROGRAM=$(GORUBY)$(EXEEXT) program
|
||||
capi: $(CAPIOUT)/.timestamp PHONY
|
||||
doc/capi/.timestamp: Doxyfile $(PREP)
|
||||
|
||||
doc/capi/.timestamp: Doxyfile $(PREP)
|
||||
$(Q) $(MAKEDIRS) doc/capi
|
||||
$(ECHO) generating capi
|
||||
$(Q) $(DOXYGEN) -b
|
||||
|
@ -400,10 +401,11 @@ post-install-doc::
|
|||
rdoc: PHONY main
|
||||
@echo Generating RDoc documentation
|
||||
$(Q) $(XRUBY) "$(srcdir)/bin/rdoc" --encoding=UTF-8 --no-force-update --all --ri --op "$(RDOCOUT)" $(RDOCFLAGS) "$(srcdir)"
|
||||
|
||||
rdoc-coverage: PHONY main
|
||||
@echo Generating RDoc coverage report
|
||||
$(Q) $(XRUBY) "$(srcdir)/bin/rdoc" --encoding=UTF-8 --all --quiet -C $(RDOCFLAGS) "$(srcdir)"
|
||||
rdoc-coverage: PHONY main
|
||||
|
||||
nodoc: PHONY
|
||||
|
||||
what-where-doc: no-install-doc
|
||||
|
|
Loading…
Add table
Reference in a new issue