Sublime Forum

Build system with multiple steps?

#1

I have defined a simple build system for graphviz files:

{ "cmd": "dot", "-Tps", "$file", "-o", "$file_base_name.ps"] }

Works fine.

Now I want it to call evince to view/refresh the new ps file. Do I have to write a shell script that does that ?

0 Likes