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