File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed
Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -222,16 +222,6 @@ dist:
222222 cp build/latex/docs-pdf.tar.bz2 dist/python-$(DISTVERSION)-docs-pdf-a4.tar.bz2
223223 @echo "Build finished and archived!"
224224
225- # archive the letter latex
226- @echo "Building LaTeX (US paper)..."
227- rm -rf build/latex
228- $(MAKE) latex PAPER=letter
229- -sed -i 's/: all-$$(FMT)/:/' build/latex/Makefile
230- (cd build/latex; $(MAKE) clean && $(MAKE) --jobs=$$((`nproc`+1)) --output-sync LATEXMKOPTS='-quiet' all-pdf && $(MAKE) FMT=pdf zip bz2)
231- cp build/latex/docs-pdf.zip dist/python-$(DISTVERSION)-docs-pdf-letter.zip
232- cp build/latex/docs-pdf.tar.bz2 dist/python-$(DISTVERSION)-docs-pdf-letter.tar.bz2
233- @echo "Build finished and archived!"
234-
235225 # copy the epub build
236226 @echo "Building EPUB..."
237227 rm -rf build/epub
Original file line number Diff line number Diff line change @@ -25,12 +25,7 @@ <h1>{% trans %}Download Python {{ release }} Documentation{% endtrans %}</h1>
2525 < th > {% trans %}Packed as .tar.bz2{% endtrans %}</ th >
2626 </ tr >
2727 < tr >
28- < td > {% trans %}PDF (US-Letter paper size){% endtrans %}</ td >
29- < td > {% trans download_size="17" %}< a href ="{{ dlbase }}/python-{{ release }}-docs-pdf-letter.zip "> Download</ a > (ca. {{ download_size }} MiB){% endtrans %}</ td >
30- < td > {% trans download_size="17" %}< a href ="{{ dlbase }}/python-{{ release }}-docs-pdf-letter.tar.bz2 "> Download</ a > (ca. {{ download_size }} MiB){% endtrans %}</ td >
31- </ tr >
32- < tr >
33- < td > {% trans %}PDF (A4 paper size){% endtrans %}</ td >
28+ < td > {% trans %}PDF{% endtrans %}</ td >
3429 < td > {% trans download_size="17" %}< a href ="{{ dlbase }}/python-{{ release }}-docs-pdf-a4.zip "> Download</ a > (ca. {{ download_size }} MiB){% endtrans %}</ td >
3530 < td > {% trans download_size="17" %}< a href ="{{ dlbase }}/python-{{ release }}-docs-pdf-a4.tar.bz2 "> Download</ a > (ca. {{ download_size }} MiB){% endtrans %}</ td >
3631 </ tr >
You can’t perform that action at this time.
0 commit comments