mirror of
https://github.com/python/cpython.git
synced 2025-10-02 13:22:19 +00:00
Merged revisions 82789 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k ........ r82789 | georg.brandl | 2010-07-11 10:33:16 +0200 (So, 11 Jul 2010) | 1 line Silence makeindex. ........
This commit is contained in:
parent
9b42f17feb
commit
5fd8785567
1 changed files with 2 additions and 0 deletions
|
@ -143,6 +143,7 @@ dist:
|
||||||
# archive the A4 latex
|
# archive the A4 latex
|
||||||
-rm -r build/latex
|
-rm -r build/latex
|
||||||
make latex PAPER=a4
|
make latex PAPER=a4
|
||||||
|
-sed -i 's/makeindex/makeindex -q/' build/latex/Makefile
|
||||||
(cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2)
|
(cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2)
|
||||||
cp build/latex/docs-pdf.zip dist/python-$(DISTVERSION)-docs-pdf-a4.zip
|
cp build/latex/docs-pdf.zip dist/python-$(DISTVERSION)-docs-pdf-a4.zip
|
||||||
cp build/latex/docs-pdf.tar.bz2 dist/python-$(DISTVERSION)-docs-pdf-a4.tar.bz2
|
cp build/latex/docs-pdf.tar.bz2 dist/python-$(DISTVERSION)-docs-pdf-a4.tar.bz2
|
||||||
|
@ -150,6 +151,7 @@ dist:
|
||||||
# archive the letter latex
|
# archive the letter latex
|
||||||
rm -r build/latex
|
rm -r build/latex
|
||||||
make latex PAPER=letter
|
make latex PAPER=letter
|
||||||
|
-sed -i 's/makeindex/makeindex -q/' build/latex/Makefile
|
||||||
(cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2)
|
(cd build/latex; make clean && make 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.zip dist/python-$(DISTVERSION)-docs-pdf-letter.zip
|
||||||
cp build/latex/docs-pdf.tar.bz2 dist/python-$(DISTVERSION)-docs-pdf-letter.tar.bz2
|
cp build/latex/docs-pdf.tar.bz2 dist/python-$(DISTVERSION)-docs-pdf-letter.tar.bz2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue