diff --git a/Makefile b/Makefile index 29ea9fa..63a9beb 100644 --- a/Makefile +++ b/Makefile @@ -19,3 +19,7 @@ test: all xref: all ./rebar xref + +docs: + erl -noshell \ + -eval 'edoc:application(ibrowse, ".", []), init:stop().'