mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Fix help file pathname for debugger application.
This commit is contained in:
parent
529f9db8eb
commit
2a0df9f4e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88630
14
lang/erlang/files/patch-lib_debugger_src_dbg__ui__mon.erl
Normal file
14
lang/erlang/files/patch-lib_debugger_src_dbg__ui__mon.erl
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- lib/debugger/src/dbg_ui_mon.erl.orig Thu Sep 4 22:26:08 2003
|
||||
+++ lib/debugger/src/dbg_ui_mon.erl Thu Sep 4 22:26:51 2003
|
||||
@@ -379,7 +379,7 @@
|
||||
|
||||
%% Help Menu
|
||||
gui_cmd('Debugger', State) ->
|
||||
- HelpFile = filename:join([code:lib_dir(debugger),"doc","index.html"]),
|
||||
+ HelpFile = filename:join([code:lib_dir(debugger),"doc","html","index.html"]),
|
||||
tool_utils:open_help(State#state.gs, HelpFile),
|
||||
State;
|
||||
|
14
lang/erlang/files/patch-lib_debugger_src_dbg__ui__trace.erl
Normal file
14
lang/erlang/files/patch-lib_debugger_src_dbg__ui__trace.erl
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- lib/debugger/src/dbg_ui_trace.erl.orig Thu Sep 4 22:26:12 2003
|
||||
+++ lib/debugger/src/dbg_ui_trace.erl Thu Sep 4 22:26:56 2003
|
||||
@@ -352,7 +352,7 @@
|
||||
|
||||
%% Help menu
|
||||
gui_cmd('Debugger', State) ->
|
||||
- HelpFile = filename:join([code:lib_dir(debugger),"doc","index.html"]),
|
||||
+ HelpFile = filename:join([code:lib_dir(debugger),"doc","html","index.html"]),
|
||||
tool_utils:open_help(State#state.gs, HelpFile),
|
||||
State;
|
||||
|
14
lang/erlang/files/patch-lib_debugger_src_dbg__ui__view.erl
Normal file
14
lang/erlang/files/patch-lib_debugger_src_dbg__ui__view.erl
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- lib/debugger/src/dbg_ui_view.erl.orig Thu Sep 4 22:26:16 2003
|
||||
+++ lib/debugger/src/dbg_ui_view.erl Thu Sep 4 22:29:05 2003
|
||||
@@ -165,7 +165,7 @@
|
||||
|
||||
%% Help menu
|
||||
gui_cmd('Debugger', State) ->
|
||||
- HelpFile = filename:join([code:lib_dir(debugger),"doc","index.html"]),
|
||||
+ HelpFile = filename:join([code:lib_dir(debugger),"doc","html","index.html"]),
|
||||
tool_utils:open_help(State#state.gs, HelpFile),
|
||||
State.
|
||||
|
14
lang/erlang14/files/patch-lib_debugger_src_dbg__ui__mon.erl
Normal file
14
lang/erlang14/files/patch-lib_debugger_src_dbg__ui__mon.erl
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- lib/debugger/src/dbg_ui_mon.erl.orig Thu Sep 4 22:26:08 2003
|
||||
+++ lib/debugger/src/dbg_ui_mon.erl Thu Sep 4 22:26:51 2003
|
||||
@@ -379,7 +379,7 @@
|
||||
|
||||
%% Help Menu
|
||||
gui_cmd('Debugger', State) ->
|
||||
- HelpFile = filename:join([code:lib_dir(debugger),"doc","index.html"]),
|
||||
+ HelpFile = filename:join([code:lib_dir(debugger),"doc","html","index.html"]),
|
||||
tool_utils:open_help(State#state.gs, HelpFile),
|
||||
State;
|
||||
|
@ -0,0 +1,14 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- lib/debugger/src/dbg_ui_trace.erl.orig Thu Sep 4 22:26:12 2003
|
||||
+++ lib/debugger/src/dbg_ui_trace.erl Thu Sep 4 22:26:56 2003
|
||||
@@ -352,7 +352,7 @@
|
||||
|
||||
%% Help menu
|
||||
gui_cmd('Debugger', State) ->
|
||||
- HelpFile = filename:join([code:lib_dir(debugger),"doc","index.html"]),
|
||||
+ HelpFile = filename:join([code:lib_dir(debugger),"doc","html","index.html"]),
|
||||
tool_utils:open_help(State#state.gs, HelpFile),
|
||||
State;
|
||||
|
14
lang/erlang14/files/patch-lib_debugger_src_dbg__ui__view.erl
Normal file
14
lang/erlang14/files/patch-lib_debugger_src_dbg__ui__view.erl
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- lib/debugger/src/dbg_ui_view.erl.orig Thu Sep 4 22:26:16 2003
|
||||
+++ lib/debugger/src/dbg_ui_view.erl Thu Sep 4 22:29:05 2003
|
||||
@@ -165,7 +165,7 @@
|
||||
|
||||
%% Help menu
|
||||
gui_cmd('Debugger', State) ->
|
||||
- HelpFile = filename:join([code:lib_dir(debugger),"doc","index.html"]),
|
||||
+ HelpFile = filename:join([code:lib_dir(debugger),"doc","html","index.html"]),
|
||||
tool_utils:open_help(State#state.gs, HelpFile),
|
||||
State.
|
||||
|
Loading…
Reference in New Issue
Block a user