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 loewis
Recipients christian.heimes, georg.brandl, loewis
Date 2008-05-11.16:46:33
SpamBayes Score 0.10903674
Marked as misclassified No
Message-id <482722E5.4020004@v.loewis.de>
In-reply-to <1210502625.22.0.324292420421.issue2800@psf.upfronthosting.co.za>
Content
> Is there a way to run the tree Python?

Currently, that should be possible, as the documentation is
built after Python. However, in the long term, cross-compilation
needs to be considered (to AMD64 on an x86 machine); then you
can't run the tree python on the build machine.

I would prefer if there was a makefile target that invoked
hhc, from "%ProgramFiles%\HTML Help Workshop\hhc.exe" directly.
It's guaranteed that make (i.e. cygwin make) will find a Python
interpreter (i.e. cygwin python2.5). Then buidmsi could just
invoke that target directly after htmlhelp.
History
Date User Action Args
2008-05-11 16:48:04loewissetspambayes_score: 0.109037 -> 0.10903674
recipients: + loewis, georg.brandl, christian.heimes
2008-05-11 16:46:34loewislinkissue2800 messages
2008-05-11 16:46:33loewiscreate