SpecialistOff.NET / Вопросы / Статьи / Фрагменты кода / Резюме / Метки / Помощь / Файлы

Назад

Building the Book


Метки: python

To ensure you have Cygwin installed correctly (if you’re using windows) and to see what the options are, type:

make

at a shell prompt. Then you can use make html to build the HTML version of the book, or make htmlhelp to make the windows help version, etc.

You can also use the build system I’ve created (as a book example; it is part of the distribution). This will call make and it simplifies many of the tasks involved. Type:

build help

to see the options.

Todo

The remainder of this document needs rewriting. Rewrite this section for BitBucket & Mercurial; make some project specific diagrams;