mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
common.mk: install-gem
* common.mk (install-gem): target to install default gems only. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
aaff971e01
commit
750a5d38a6
1 changed files with 7 additions and 0 deletions
|
@ -405,6 +405,13 @@ do-install-doc: $(PROGRAM)
|
|||
post-install-doc::
|
||||
@$(NULLCMD)
|
||||
|
||||
install-gem: pre-install-gem do-install-gem post-install-gem
|
||||
pre-install-gem:: pre-install-bin pre-install-lib pre-install-man
|
||||
do-install-gem: $(PROGRAM)
|
||||
$(INSTRUBY) --make="$(MAKE)" $(INSTRUBY_ARGS) --install=gem
|
||||
post-install-gem::
|
||||
@$(NULLCMD)
|
||||
|
||||
rdoc: PHONY main
|
||||
@echo Generating RDoc documentation
|
||||
$(Q) $(XRUBY) "$(srcdir)/bin/rdoc" --root "$(srcdir)" --page-dir "$(srcdir)/doc" --encoding=UTF-8 --no-force-update --all --ri --op "$(RDOCOUT)" --debug $(RDOCFLAGS) "$(srcdir)"
|
||||
|
|
Loading…
Add table
Reference in a new issue