1
0
Fork 0
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:
Nobuyoshi Nakada 2021-06-30 19:55:59 +09:00
parent b6c910e1f4
commit 0feec79846
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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