From df3d1578644ebd9f8a07362e40dde1fd9e1ca0ef Mon Sep 17 00:00:00 2001 From: calvin Date: Fri, 3 Sep 2004 15:22:07 +0000 Subject: [PATCH] comment doc link git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1715 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- install-linkchecker.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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")