Skip to content

Commit 1838807

Browse files
hsbtpull[bot]
authored andcommitted
Separate docs task from main to install-*
[Feature #20347]
1 parent 102b282 commit 1838807

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ YJIT_RUSTC_ARGS = --crate-name=yjit \
337337
'--out-dir=$(CARGO_TARGET_DIR)/release/' \
338338
$(top_srcdir)/yjit/src/lib.rs
339339

340-
all: $(SHOWFLAGS) main docs
340+
all: $(SHOWFLAGS) main
341341

342342
main: $(SHOWFLAGS) exts $(ENCSTATIC:static=lib)encs
343343
@$(NULLCMD)
@@ -479,7 +479,7 @@ docs: srcs-doc $(DOCTARGETS)
479479
pkgconfig-data: $(ruby_pc)
480480
$(ruby_pc): $(srcdir)/template/ruby.pc.in config.status
481481

482-
install-all: docs pre-install-all do-install-all post-install-all
482+
install-all: pre-install-all docs do-install-all post-install-all
483483
pre-install-all:: all pre-install-local pre-install-ext pre-install-gem pre-install-doc
484484
do-install-all: pre-install-all
485485
$(INSTRUBY) --make="$(MAKE)" $(INSTRUBY_ARGS) --install=all $(INSTALL_DOC_OPTS)

0 commit comments

Comments
 (0)