From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Thu, 12 Sep 2024 10:49:19 +0000 (+0300) Subject: Docs: Drop letter PDF (#123912) X-Git-Tag: v3.14.0a1~511 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5597dbd0e7938648bfd9244f4a9225825b36b2b;p=thirdparty%2FPython%2Fcpython.git Docs: Drop letter PDF (#123912) --- diff --git a/Doc/Makefile b/Doc/Makefile index 09fcd0d8291d..505b8953b50b 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 diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html index 9f99eea6f3c7..f69adc71f937 100644 --- a/Doc/tools/templates/download.html +++ b/Doc/tools/templates/download.html @@ -25,12 +25,7 @@ Python in one of various formats, follow one of links in this table.{% endtrans