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


Groups > comp.lang.python > #62554

Re: Error while building Python doc

From Christian Heimes <christian@python.org>
Subject Re: Error while building Python doc
Date 2013-12-22 22:26 +0100
References <CAO_L6qFHy7XTs5s_dY5L3rWAmEPbz5hgMqJBsuoWkdbuXOKmQg@mail.gmail.com> <l97jqp$29f$1@ger.gmane.org>
Newsgroups comp.lang.python
Message-ID <mailman.4511.1387747580.18130.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web