Merge pull request #506 from andrewcsmith/patch-2
[supercollider.git] / platform / renderAllHelp.scd
blob904cd22c8e44ed747bf0b4551541c109542805d6
1 SCDoc.helpSourceDir = thisProcess.argv[0];
2 SCDoc.helpTargetDir = thisProcess.argv[1];
3 SCDoc.renderAll;
4 0.exit;