Skip to content

Commit d7359a0

Browse files
committed
fixup! Remove dist-pdf from the docs archives rebuild target
1 parent 06ad145 commit d7359a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,12 +241,12 @@ serve:
241241

242242
# for development releases: always build
243243
autobuild-dev:
244-
make dist SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1'
244+
make dist-no-html SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1'
245245
-make suspicious
246246

247247
# for quick rebuilds (HTML only)
248248
autobuild-dev-html:
249-
make html SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1'
249+
make dist-html SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1'
250250

251251
# for stable releases: only build if not in pre-release stage (alpha, beta)
252252
# release candidate downloads are okay, since the stable tree can be in that stage

0 commit comments

Comments
 (0)