[issue17386] Bring Doc/make.bat as close to Doc/Makefile as possible

2014-04-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset c75a2282166f by Zachary Ware in branch '3.4': Issue #17386: List the 'htmlview' target in the Doc/Makefile help output. http://hg.python.org/cpython/rev/c75a2282166f New changeset c378c67c4170 by Zachary Ware in branch '3.4': Issue #17386: Update Do

[issue17386] Bring Doc/make.bat as close to Doc/Makefile as possible

2014-04-28 Thread Zachary Ware
Zachary Ware added the comment: New patch, fixes a typo bug in a useless statement (by removing the statement) and a few pesky tabs that made their way into make.bat. Also, a little better organization in the vars at the top. -- Added file: http://bugs.python.org/file35079/issue17386.

[issue17386] Bring Doc/make.bat as close to Doc/Makefile as possible

2014-04-23 Thread Zachary Ware
Zachary Ware added the comment: 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 q

[issue17386] Bring Doc/make.bat as close to Doc/Makefile as possible

2013-04-23 Thread Zachary Ware
Zachary Ware added the comment: After finally finding a way to check the status of the pushd stack, I found a bug in my patch whereby an extra directory is left on the pushd stack at the end of each run. As such, the version 5 patch changes from using 'goto end' to using 'exit /B !ERRORLEVEL!

[issue17386] Bring Doc/make.bat as close to Doc/Makefile as possible

2013-04-15 Thread Zachary Ware
Zachary Ware added the comment: I caught a small oversight. This new patch changes the example in README.txt to ``make html "PYTHON2=C:\Python27\python.exe"`` (PYTHON->PYTHON2). Also, I added a bit of backward compatibility to make.bat; %PYTHON2% will default to %PYTHON% if it is set. Other

[issue17386] Bring Doc/make.bat as close to Doc/Makefile as possible

2013-04-13 Thread Terry J. Reedy
Terry J. Reedy added the comment: I do want to test this. If my regular machine does not get fixed soon, I will install svn on my current substitute to do so. -- ___ Python tracker

[issue17386] Bring Doc/make.bat as close to Doc/Makefile as possible

2013-04-13 Thread Ezio Melotti
Ezio Melotti added the comment: Terry, do you want to test and commit this? Should it be backported to 3.3 (and possibly 2.7) too? -- stage: patch review -> commit review ___ Python tracker

[issue17386] Bring Doc/make.bat as close to Doc/Makefile as possible

2013-04-12 Thread Zachary Ware
Zachary Ware added the comment: Here's a new patch to address Ezio's review comments, including more updates to Doc/README.txt, the addition of an 'htmlview' target to make.bat, and documentation of the 'htmlview' target in the Makefile usage message. -- Added file: http://bugs.python.

[issue17386] Bring Doc/make.bat as close to Doc/Makefile as possible

2013-04-04 Thread Zachary Ware
Zachary Ware added the comment: Any comments? Christian, I'd especially like to hear from you since it looks like you were the original author of Doc/make.bat (issue1472). -- ___ Python tracker __

[issue17386] Bring Doc/make.bat as close to Doc/Makefile as possible

2013-03-15 Thread Zachary Ware
Changes by Zachary Ware : Added file: http://bugs.python.org/file29418/win_doc_make.v2.diff ___ Python tracker ___ ___ Python-bugs-list mailin

[issue17386] Bring Doc/make.bat as close to Doc/Makefile as possible

2013-03-15 Thread Zachary Ware
Changes by Zachary Ware : Removed file: http://bugs.python.org/file29417/win_doc_make.v2.diff ___ Python tracker ___ ___ Python-bugs-list mail

[issue17386] Bring Doc/make.bat as close to Doc/Makefile as possible

2013-03-15 Thread Zachary Ware
Zachary Ware added the comment: Applying the minipatch makes the big patch fail to apply, so here's an update. Also changed in this version of the patch: - README.txt is updated. Not all the changes directly relate to this patch, but there were some needed updates in there anyway. If desire

[issue17386] Bring Doc/make.bat as close to Doc/Makefile as possible

2013-03-13 Thread Terry J. Reedy
Terry J. Reedy added the comment: I pushed the minipatch but did not add a news item as it may get superseded and will not affect anyone currently setting PYTHON. -- ___ Python tracker

[issue17386] Bring Doc/make.bat as close to Doc/Makefile as possible

2013-03-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9b45873e5a68 by Terry Jan Reedy in branch '3.2': Issue #17386 make.bat must run with Python 2 until Sphinx runs with Python 3. http://hg.python.org/cpython/rev/9b45873e5a68 New changeset e45db319e590 by Terry Jan Reedy in branch '3.3': Merge with 3.

[issue17386] Bring Doc/make.bat as close to Doc/Makefile as possible

2013-03-13 Thread Terry J. Reedy
Terry J. Reedy added the comment: 2.7 make.bat, which currently downloads sphinx v0.6.7 but not at least one needed file, does not work. See #17412. I asked there whether simply updating the sphinx version, which seems to work, is the right fix. I believe this is currently the only different i

[issue17386] Bring Doc/make.bat as close to Doc/Makefile as possible

2013-03-09 Thread Zachary Ware
Zachary Ware added the comment: Sure can. This one should do it, at least for anyone with 3.3 installed. -- Added file: http://bugs.python.org/file29358/win_doc_make_minipatch.diff ___ Python tracker _

[issue17386] Bring Doc/make.bat as close to Doc/Makefile as possible

2013-03-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: +1 I would worry more about performance than elegance. While this is debated, can you provide a mini-patch for at least 3.3+ that corrects the bug of trying to run sphinx with python 3, so that anything but 'make checkout' fails? I would apply that immediately

[issue17386] Bring Doc/make.bat as close to Doc/Makefile as possible

2013-03-09 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue17386] Bring Doc/make.bat as close to Doc/Makefile as possible

2013-03-08 Thread Zachary Ware
New submission from Zachary Ware: I have found Doc/make.bat to be very useful, but I have hit a few of its limitations now and then. Thus, I have made extensive modifications to bring it much closer to the way Doc/Makefile works. Among the things changed in the attached patch: - Use pushd/p