File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,13 +144,15 @@ dist:
144144 # archive the A4 latex
145145 -rm -r build/latex
146146 make latex PAPER=a4
147+ -sed -i 's/makeindex/makeindex -q/' build/latex/Makefile
147148 (cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2)
148149 cp build/latex/docs-pdf.zip dist/python-$(DISTVERSION)-docs-pdf-a4.zip
149150 cp build/latex/docs-pdf.tar.bz2 dist/python-$(DISTVERSION)-docs-pdf-a4.tar.bz2
150151
151152 # archive the letter latex
152153 rm -r build/latex
153154 make latex PAPER=letter
155+ -sed -i 's/makeindex/makeindex -q/' build/latex/Makefile
154156 (cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2)
155157 cp build/latex/docs-pdf.zip dist/python-$(DISTVERSION)-docs-pdf-letter.zip
156158 cp build/latex/docs-pdf.tar.bz2 dist/python-$(DISTVERSION)-docs-pdf-letter.tar.bz2
You can’t perform that action at this time.
0 commit comments