This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wplappert
Recipients georg.brandl, wplappert
Date 2008-10-05.09:25:51
SpamBayes Score 0.00018679428
Marked as misclassified No
Message-id <1223198754.37.0.0311353253325.issue3909@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-10-05 09:25:54wplappertsetrecipients: + wplappert, georg.brandl
2008-10-05 09:25:54wplappertsetmessageid: <1223198754.37.0.0311353253325.issue3909@psf.upfronthosting.co.za>
2008-10-05 09:25:53wplappertlinkissue3909 messages
2008-10-05 09:25:52wplappertcreate