Skip to content

Commit

Permalink
Cleanup rebar.config, add edown
Browse files Browse the repository at this point in the history
  • Loading branch information
krestenkrab committed Mar 24, 2011
1 parent f1c1c82 commit 2e1aa94
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions rebar.config
@@ -1,3 +1,7 @@
{require_otp_vsn, "R13B04|R14"}.

{erl_opts, [debug_info, fail_on_warning, {d,'TRIQ'}]}.

{so_name, "ebdb_nifs.so"}.

{port_envs, [
Expand All @@ -19,10 +23,15 @@
]}.


{require_otp_vsn, "R13B04|R14"}.

{erl_opts, [debug_info, fail_on_warning, {d,'TRIQ'}]}.

{deps, [
{sext, "0.1.*", {git, "git://github.com/uwiger/sext", {branch, "master"}}}
]}.

{eunit_opts, [verbose]}.

{clean_files, ["*~","*/*~","ebin/*.beam"]}.
{edoc_opts, [{doclet, edown_doclet},
{src_path, ["src", "test"]},
{app_default,"http://www.erlang.org/doc/man"}]}.

0 comments on commit 2e1aa94

Please sign in to comment.