I have a Restructured Text file in my Texlipse project in Eclipse. I set up an external tool to build it to HTML with location:
/bin/bash
and arguments:
-c "
/path/to/rst2html --verbose ${resource_loc} ${resource_loc}.html
echo Done. Errors: $?
"
How can I get Eclipse to run this external tool every time I save the ReST file?