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 zach.ware
Recipients brian.curtin, christian.heimes, docs@python, ezio.melotti, python-dev, terry.reedy, tim.golden, zach.ware
Date 2014-04-23.16:32:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398270723.88.0.0669809239646.issue17386@psf.upfronthosting.co.za>
In-reply-to
Content
Having looked at this again, the current patch is just far bigger than it needs to be and tries to do too much, not to mention being rather out of date now.

So, here's a much less ambitious, much simpler patch with many fewer ways it can go wrong (but also not quite as close a match to using Makefile).  Instead of only allowing specific targets, the script now only specifies non-Sphinx-builder targets (like clean, check, help, htmlview, and serve) and assumes that any first argument it doesn't recognize is supposed to be a Sphinx builder.  "htmlhelp" is still special-cased in the "build" target.  Not listing all the Sphinx builder targets explicitly means that builders like "dirhtml", "pickle", or "json", or any builders added in future Sphinx versions will just work without our having to do anything for them.
History
Date User Action Args
2014-04-23 16:32:04zach.waresetrecipients: + zach.ware, terry.reedy, christian.heimes, tim.golden, ezio.melotti, brian.curtin, docs@python, python-dev
2014-04-23 16:32:03zach.waresetmessageid: <1398270723.88.0.0669809239646.issue17386@psf.upfronthosting.co.za>
2014-04-23 16:32:03zach.warelinkissue17386 messages
2014-04-23 16:32:03zach.warecreate