Skip to content

Commit ce75f61

Browse files
committed
make docs build depend on stdlibs-cache
1 parent 0512b51 commit ce75f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ stdlibs-cache-release stdlibs-cache-debug : stdlibs-cache-% : julia-%
116116

117117
debug release : % : julia-% stdlibs-cache-%
118118

119-
docs: julia-sysimg-$(JULIA_BUILD_MODE)
119+
docs: julia-sysimg-$(JULIA_BUILD_MODE) stdlibs-cache-$(JULIA_BUILD_MODE)
120120
@$(MAKE) $(QUIET_MAKE) -C $(BUILDROOT)/doc JULIA_EXECUTABLE='$(call spawn,$(JULIA_EXECUTABLE_$(JULIA_BUILD_MODE))) --startup-file=no'
121121

122122
docs-revise:

0 commit comments

Comments
 (0)