summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-09-12 10:49:19 (GMT)
committerGitHub <noreply@github.com>2024-09-12 10:49:19 (GMT)
commitf5597dbd0e7938648bfd9244f4a9225825b36b2b (patch)
tree8f9d2bb498de12bda49a0e7e327c26dabd9eb799 /Doc/Makefile
parent77c68b40d58c3af9800f7c20e5fb5640dd2d2afc (diff)
downloadcpython-f5597dbd0e7938648bfd9244f4a9225825b36b2b.zip
cpython-f5597dbd0e7938648bfd9244f4a9225825b36b2b.tar.gz
cpython-f5597dbd0e7938648bfd9244f4a9225825b36b2b.tar.bz2
Docs: Drop letter PDF (#123912)
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 09fcd0d..505b895 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -222,16 +222,6 @@ dist:
cp build/latex/docs-pdf.tar.bz2 dist/python-$(DISTVERSION)-docs-pdf-a4.tar.bz2
@echo "Build finished and archived!"
- # archive the letter latex
- @echo "Building LaTeX (US paper)..."
- rm -rf build/latex
- $(MAKE) latex PAPER=letter
- -sed -i 's/: all-$$(FMT)/:/' build/latex/Makefile
- (cd build/latex; $(MAKE) clean && $(MAKE) --jobs=$$((`nproc`+1)) --output-sync LATEXMKOPTS='-quiet' all-pdf && $(MAKE) FMT=pdf zip bz2)
- cp build/latex/docs-pdf.zip dist/python-$(DISTVERSION)-docs-pdf-letter.zip
- cp build/latex/docs-pdf.tar.bz2 dist/python-$(DISTVERSION)-docs-pdf-letter.tar.bz2
- @echo "Build finished and archived!"
-
# copy the epub build
@echo "Building EPUB..."
rm -rf build/epub