mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
"nodoc" needs to exclude "doc" [ci skip]
This commit is contained in:
parent
b6c910e1f4
commit
0feec79846
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ what-where-nodoc: no-install-nodoc
|
|||
no-install-nodoc: pre-no-install-nodoc dont-install-nodoc post-no-install-nodoc
|
||||
pre-no-install-nodoc:: pre-no-install-local pre-no-install-ext
|
||||
dont-install-nodoc: $(PREP)
|
||||
$(INSTRUBY) -n --make="$(MAKE)" $(INSTRUBY_ARGS)
|
||||
$(INSTRUBY) -n --make="$(MAKE)" $(INSTRUBY_ARGS) --exclude=doc
|
||||
post-no-install-nodoc:: post-no-install-local post-no-install-ext
|
||||
|
||||
what-where-local: no-install-local
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue