just an FYI to add to documentation on building PDF files from sphinx reST files, the latex makefile uses "cp" and "rm" so windows users need to obtain those binaries (e.g. from http://unxutils.sourceforge.net/ )
It would be perhaps better to use $(CP) and $(RM), and then have sphinx-build autogenerate a definition for those at the beginning of the latex makefile, based on whether it's Windows (use copy and delete) or not. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
