Hi,

I know that there is a discussion going on how to compile all languages at 
a time. In the meantime, I tend to forget the parameter to change the 
language and therefore adapted the makefile a little.

I have added a target de for the German language:

de:
    # Settings output language to 'de'
    $(eval SPHINXOPTS := $(SPHINXOPTS) -D language='de')

Thus we can call "make de html" and receive the german html. The same goes 
for other output types. This can be easily adapted for other languages.

I hope this is useful for someone using i18n. (if not, please ignore this 
post ;-)). Maybe this can be added to the i18n manual section.

kind regards,
Philip

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-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/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to