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 flox
Recipients flox, georg.brandl
Date 2009-12-30.17:26:16
SpamBayes Score 4.6395047e-07
Marked as misclassified No
Message-id <1262193978.06.0.511943108668.issue7602@psf.upfronthosting.co.za>
In-reply-to
Content
In the Doc/ directory, the "make ..." commands do not behave as expected.

*make clean*
It should remove all tools in "tools" directory: docutils, jinja2,
pygments, sphinx.
Currently it removes only "tools/sphinx"

*make update*
It is supposed to "update the Subversion checkouts in `tools/`".
Basically, it does "svn update" for each 4 external tools.
But it is pointless, since these directory are sticked to tag versions.
IMHO, it should be an alias for:
"make clean && make checkout" (if *make clean* is fixed)
History
Date User Action Args
2009-12-30 17:26:18floxsetrecipients: + flox, georg.brandl
2009-12-30 17:26:18floxsetmessageid: <1262193978.06.0.511943108668.issue7602@psf.upfronthosting.co.za>
2009-12-30 17:26:16floxlinkissue7602 messages
2009-12-30 17:26:16floxcreate