blob: 54bc14ae98cddedb552e8d8a19794d96230324b3 [file] [log] [blame]
// Component: CMake.Documentation.SphinxHTML
function Component()
{
// Default constructor
}
Component.prototype.createOperations = function()
{
// Create shortcut
if (installer.value("os") === "win") {
component.addOperation("CreateShortcut",
"@TargetDir@/%CMAKE_DOC_DIR%/html/index.html",
"@StartMenuDir@/CMake Documentation.lnk");
}
// Call default implementation
component.createOperations();
}