Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 692b3f8

Browse files
committed
Silence makeindex.
1 parent aba088e commit 692b3f8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Doc/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)