comment doc link

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1715 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2004-09-03 15:22:07 +00:00
parent 3946484c1d
commit df3d157864

View file

@ -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")