mirror of
https://github.com/valitydev/abnfc.git
synced 2024-11-06 02:35:20 +00:00
16 lines
627 B
Erlang
16 lines
627 B
Erlang
%%% -*- mode: erlang -*-
|
|
|
|
{edoc_opts, [{doclet, edown_doclet}
|
|
, {app_default, "http://www.erlang.org/doc/man"}
|
|
, {new, true}
|
|
, {packages, false}
|
|
, {stylesheet, ""} % don't copy stylesheet.css
|
|
, {image, ""} % don't copy erlang.png
|
|
, {top_level_readme, {"./README.md", "https://github.com/ubf/abnfc", "master"}}
|
|
]}.
|
|
|
|
{deps, [{meck, "", {git, "git://github.com/norton/meck.git"}}
|
|
, {edown, "", {git, "git://github.com/norton/edown.git"}}
|
|
, {asciiedoc, "", {git, "git://github.com/norton/asciiedoc.git"}}
|
|
]}.
|