From 91fe9d14a4c09bad2b071c671ea888e286de2b4c Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Tue, 8 Jun 2010 07:56:41 -0600 Subject: Add edoc module to .app file --- ebin/rebar.app | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ebin') 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 ]}, -- cgit v1.1