##// END OF EJS Templates
Remove stale HTML shortcuts in win32 installer.
Fernando Perez -
Show More
@@ -118,10 +118,6 b' def install():'
118 cmdbase += '-script.pyw'
118 cmdbase += '-script.pyw'
119 cmd = '"%s"' % cmdbase
119 cmd = '"%s"' % cmdbase
120 mkshortcut(pythonw, 'IPython Qt Console', link, cmd, workdir)
120 mkshortcut(pythonw, 'IPython Qt Console', link, cmd, workdir)
121 # Create documentation shortcuts ...
122 t = prefix + r'\share\doc\ipython\manual\index.html'
123 f = ip_start_menu + r'\Manual in HTML.lnk'
124 mkshortcut(t,'IPython Manual - HTML-Format',f)
125
121
126
122
127 def remove():
123 def remove():
General Comments 0
You need to be logged in to leave comments. Login now