Plugins/PluginEricdoc.py

branch
maintenance
changeset 6273
0daf79d65080
parent 6217
35b9e03ffcd6
child 6495
6e73d31af3af
equal deleted inserted replaced
6207:0a74c1efab70 6273:0daf79d65080
53 53
54 # 1. eric6_doc 54 # 1. eric6_doc
55 exe = 'eric6_doc' 55 exe = 'eric6_doc'
56 if Utilities.isWindowsPlatform(): 56 if Utilities.isWindowsPlatform():
57 exe = os.path.join(getConfig("bindir"), exe + '.bat') 57 exe = os.path.join(getConfig("bindir"), exe + '.bat')
58 else:
59 exe = os.path.join(getConfig("bindir"), exe)
58 dataList.append({ 60 dataList.append({
59 "programEntry": True, 61 "programEntry": True,
60 "header": QCoreApplication.translate( 62 "header": QCoreApplication.translate(
61 "EricdocPlugin", "Eric6 Documentation Generator"), 63 "EricdocPlugin", "Eric6 Documentation Generator"),
62 "exe": exe, 64 "exe": exe,

eric ide

mercurial