Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 9e58c0c

Browse files
committed
[[ Builder ]] Build guide in dist-docs target
1 parent f53cb6f commit 9e58c0c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

buildbot.mk

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ UPLOAD_SERVER ?= meg.on-rev.com
102102
UPLOAD_PATH = staging/$(BUILD_LONG_VERSION)/$(GIT_VERSION)
103103
UPLOAD_MAX_RETRIES = 50
104104

105-
dist-docs:
105+
dist-docs: dist-docs-api dist-docs-guide
106+
107+
dist-docs-api:
106108
mkdir -p $(docs_build_dir)
107109
$(buildtool_command) --platform $(buildtool_platform) --stage docs \
108110
--built-docs-dir $(docs_build_dir)
@@ -113,7 +115,7 @@ dist-notes:
113115
--stage notes --warn-as-error \
114116
--built-docs-dir $(docs_build_dir)
115117

116-
dist-guide:
118+
dist-docs-guide:
117119
WKHTMLTOPDF=$(WKHTMLTOPDF) \
118120
$(buildtool_command) --platform $(buildtool_platform) \
119121
--stage guide --warn-as-error

0 commit comments

Comments
 (0)