On Fri, Dec 17, 2010 at 15:35, Jan Ulrich Hasecke
<juhase...@googlemail.com> wrote:
>
> Am 17.12.2010 um 21:20 schrieb Kevin Dunn:
>
>> Add an extra ``-g`` flag: makeindex -s -g python.ist '$(basename
>> $<).idx' which will then use German ordering.  If you are on a *nix
>> platform, type ``man makeindex`` to see the details.
>
> Mh, but how to call latex using the makefile?
>
> Perhaps the -g option could be handed over by sphinx?

I agree that it would be nice to have that as an option in conf.py

The short-term solution I was proposing would require you to:

1. ``make latex``
2. manually edit ``_build/latex/Makefile`` as described in the previous post
3. change to ``_build/latex`` and run ``make``

Kevin

> juh

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-...@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to