mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Merge pull request #376 from irpab/edoc_without_ebin
Remove check adding ebin to path for edoc target
This commit is contained in:
commit
b92dce1569
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ setup_code_path() ->
|
||||||
%% and the like can work properly when generating their own
|
%% and the like can work properly when generating their own
|
||||||
%% documentation.
|
%% documentation.
|
||||||
CodePath = code:get_path(),
|
CodePath = code:get_path(),
|
||||||
true = code:add_patha(rebar_utils:ebin_dir()),
|
_ = code:add_patha(rebar_utils:ebin_dir()),
|
||||||
CodePath.
|
CodePath.
|
||||||
|
|
||||||
-type path_spec() :: {'file', file:filename()} | file:filename().
|
-type path_spec() :: {'file', file:filename()} | file:filename().
|
||||||
|
|
Loading…
Reference in a new issue