On Mon, Nov 11, 2013 at 1:42 AM, Dennis Lee Bieber <[email protected]>wrote:
> On Sun, 10 Nov 2013 11:11:06 +0200, voger <[email protected]> > declaimed the following: > > >> The Django Book is written in using Sphinx. Sphinx is a tool you can > >> install from PyPI -- > >> > >> pip install sphinx > >> > >> Once you've got Sphinx installed, you can use "make" to control the > >> build; run > >> > >> make html > >> > > Slipping into the thread... > > Now do you have a compatible make utility for Windows? Without > having > to install a whole UNIX clone environment. > > Neither the M$ Visual Studio Visual C nmake nor GNAT Ada gnatmake > like > the Makefile (nmake complains about a $ in macro, gnatmake objects to # > comment lines and _xxx names) > There isn't one in the djangobook repository, but there is a Sphinx make.bat file in the Django repository, and it's fairly generic. I haven't tried this, but you'll probably find that the make.bat file in django/docs can be used, or can be used with some very minor modifications. Yours, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAJxq849EpRk0zxofw8xPWc4BaVmv%3DkiSSZTpxN7oQnU9R-7_QA%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.

