Plugins/PluginEricdoc.py

changeset 6217
35b9e03ffcd6
parent 6048
82ad8ec9548c
child 6495
6e73d31af3af
equal deleted inserted replaced
6216:2a0eeba143e7 6217:35b9e03ffcd6
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