andreash schrieb: > Hey there, > > for a project I'm building the documentation automatically upon a > commit using a post-commit hook (SVN). For this scenario it would be > really nice to have the option of adding --interaction=nonstopmode to > the latex commands. However, the Makefile seems to be re-written every > time I run 'make latex' in the documentation root directory. How can i > solve this?
I've added a LATEXOPTS variable to that Makefile; you can then run ``make LATEXOPTS='--interaction=nonstopmode'`` to have this option used. Georg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
