diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2010-06-08 07:56:41 -0600 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2010-06-08 07:56:41 -0600 |
commit | 91fe9d14a4c09bad2b071c671ea888e286de2b4c (patch) | |
tree | b559629dadbc45fd2ad2316216250e02a73f00bf | |
parent | a88d70c627ad038a6ffc227a103bb0e0c1579add (diff) |
Add edoc module to .app file
-rw-r--r-- | ebin/rebar.app | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index e04970a..4458330 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -11,6 +11,7 @@ rebar_deps, rebar_dialyzer, rebar_asn1_compiler, + rebar_edoc, rebar_erlc_compiler, rebar_escripter, rebar_eunit, @@ -65,6 +66,7 @@ rebar_eunit, rebar_dialyzer, rebar_escripter, + rebar_edoc, rebar_xref ]}, |