Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #62554 > unrolled thread

Re: Error while building Python doc

Started byChristian Heimes <christian@python.org>
First post2013-12-22 22:26 +0100
Last post2013-12-22 22:26 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Error while building Python doc Christian Heimes <christian@python.org> - 2013-12-22 22:26 +0100

#62554 — Re: Error while building Python doc

FromChristian Heimes <christian@python.org>
Date2013-12-22 22:26 +0100
SubjectRe: Error while building Python doc
Message-ID<mailman.4511.1387747580.18130.python-list@python.org>
Am 22.12.2013 21:59, schrieb Terry Reedy:
> Did you run "make -C Doc checkout" first? (I do not know what the -C
> does, as I just do "make checkout" and occasionally make update in Doc
> on Windows, which run Doc/make.bat.

-C == change directory

"make -C Doc html" is like "cd Doc; make html; cd .."

Christian

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web