0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00

Skip deps when generating docs

This commit is contained in:
Loïc Hoguin 2011-10-05 16:06:50 +02:00
parent bf5c2717bc
commit 8eb7af0a0b

View file

@ -34,4 +34,4 @@ dialyze:
-Wrace_conditions -Wunmatched_returns # -Wunderspecs
docs:
@$(REBAR) doc
@$(REBAR) doc skip_deps=true