aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 60a5f95..410dda6 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ clean:
rm -f erl_crash.dump
docs: clean-docs
- @$(REBAR) doc skip_deps=true
+ erl -noshell -eval 'edoc:application(cowboy, ".", []), init:stop().'
clean-docs:
rm -f doc/*.css