mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-08 14:44:46 +00:00
added documentation link to programs group
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2025 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
9151b9fe72
commit
da4c853955
2 changed files with 9 additions and 6 deletions
|
|
@ -23,7 +23,9 @@
|
|||
linkcheck/ftests/data/*.result
|
||||
|
||||
* Added missing script_dir to the windows installer script.
|
||||
Use python.exe instead of pythonw.exe to call linkcheck script.
|
||||
Use python.exe instead of pythonw.exe and --interactive option to
|
||||
call linkcheck script.
|
||||
Add Documentation link to the programs group.
|
||||
Type: bugfix
|
||||
Changed: install-linkchecker.py
|
||||
|
||||
|
|
|
|||
|
|
@ -56,11 +56,12 @@ def do_install ():
|
|||
create_shortcut(python_exe, "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)
|
||||
data_dir = linkcheck.configdata.install_data
|
||||
target = os.path.join(data_dir,
|
||||
"share", "linkchecker", "doc", "documentation.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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue