Skip to content

Commit ba738f4

Browse files
[3.12] gh-139436: Remove dist-pdf from the docs archives rebuild target (GH-139437) (GH-139694)
(cherry picked from commit 0e2cdd3) Co-authored-by: Adam Turner <[email protected]>
1 parent 8392b2f commit ba738f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ venv:
183183
fi
184184

185185
.PHONY: dist-no-html
186-
dist-no-html: dist-text dist-pdf dist-epub dist-texinfo
186+
dist-no-html: dist-text dist-epub dist-texinfo
187187

188188
.PHONY: dist
189189
dist:

0 commit comments

Comments
 (0)