File tree 2 files changed +1
-16
lines changed
2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -222,16 +222,6 @@ dist:
222
222
cp build/latex/docs-pdf.tar.bz2 dist/python-$(DISTVERSION)-docs-pdf-a4.tar.bz2
223
223
@echo "Build finished and archived!"
224
224
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
-
235
225
# copy the epub build
236
226
@echo "Building EPUB..."
237
227
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>
25
25
< th > {% trans %}Packed as .tar.bz2{% endtrans %}</ th >
26
26
</ tr >
27
27
< 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 >
34
29
< td > {% trans download_size="17" %}< a href ="{{ dlbase }}/python-{{ release }}-docs-pdf-a4.zip "> Download</ a > (ca. {{ download_size }} MiB){% endtrans %}</ td >
35
30
< td > {% trans download_size="17" %}< a href ="{{ dlbase }}/python-{{ release }}-docs-pdf-a4.tar.bz2 "> Download</ a > (ca. {{ download_size }} MiB){% endtrans %}</ td >
36
31
</ tr >
You can’t perform that action at this time.
0 commit comments