%% -*- erlang -*-
{profiles,
 %% Add the edown dependency (for generating markdown docs) when
 %% running with the edown profile ==> make it an optional dependency.
 [{edown, [{deps, [edown]},
           {edoc_opts, [{doclet, edown_doclet}]}]}]}.
