diff --git a/install-linkchecker.py b/install-linkchecker.py index 8e5e760c..9ef2a38e 100644 --- a/install-linkchecker.py +++ b/install-linkchecker.py @@ -52,11 +52,11 @@ def do_install (): create_shortcut(pythonw, "Check URL", path, arguments) file_created(path) - target = os.path.join(lib_dir, - "PythonCard\\docs\\html\\index.html") - path = os.path.join(dest_dir, "Documentation.lnk") - create_shortcut(target, "Documentation", path) - file_created(path) + #target = os.path.join(lib_dir, + # "PythonCard\\docs\\html\\index.html") + #path = os.path.join(dest_dir, "Documentation.lnk") + #create_shortcut(target, "Documentation", path) + #file_created(path) target = os.path.join(sys.prefix, "RemoveLinkChecker.exe") path = os.path.join(dest_dir, "Uninstall LinkChecker.lnk")