[issue3909] Building PDF documentation from tex files

Winfried Plappert report at bugs.python.org
Sun Oct 5 11:25:54 CEST 2008


Winfried Plappert <Winfried.Plappert at gmx.de> added the comment:

I have rerun the making of the PDFs with the make command. Everything
looks fine now. I did not realize that pdflatex is called multiple times
during the process of PDF creation. 

%.pdf: %.tex
	pdflatex '$<'
	pdflatex '$<'
	pdflatex '$<'
	-makeindex -s python.ist '$(basename $<).idx'
	-makeindex -s python.ist '$(basename mod$<).idx'
	pdflatex '$<'
	pdflatex '$<'

Sorry, my fault and responsibility. Thanks, Winfried

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3909>
_______________________________________


More information about the Python-bugs-list mailing list