[issue12249] add missing command

2011-06-03 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: On Fri, 2011-06-03 at 15:47 +, Éric Araujo wrote: > Éric Araujo added the comment: > > Your patch adds the cd before running make, but other examples and filenames > (for example :file:`tools/sphinx`) are also relative to Doc. How about > adding s

[issue12249] add missing command

2011-06-03 Thread Georg Brandl
Georg Brandl added the comment: I actually like the "cd Doc" inclusion; it makes it very clear what is going on. -- ___ Python tracker ___ __

[issue12249] add missing command

2011-06-03 Thread Éric Araujo
Éric Araujo added the comment: Your patch adds the cd before running make, but other examples and filenames (for example :file:`tools/sphinx`) are also relative to Doc. How about adding something like this after the very first paragraph: All commands in this document should be run from the :

[issue12249] add missing command

2011-06-02 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe : It's not indicated where one should run the command 'make html' in the "Building the documentation" page, so when it failed for me when running it from the cpython distribution root, I was left a little puzzled, searching where the problem might lie (