aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2011-10-05 16:06:50 +0200
committerLoïc Hoguin <[email protected]>2011-10-05 16:06:50 +0200
commit8eb7af0a0b2c3a519b409bca04c4f029106cd7c9 (patch)
treec957d3a983913aa06858e784ec3de771403e9d9e /Makefile
parentbf5c2717bc49d82f6415536c7ff0be2e1d8361a5 (diff)
downloadcowboy-8eb7af0a0b2c3a519b409bca04c4f029106cd7c9.tar.gz
cowboy-8eb7af0a0b2c3a519b409bca04c4f029106cd7c9.tar.bz2
cowboy-8eb7af0a0b2c3a519b409bca04c4f029106cd7c9.zip
Skip deps when generating docs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0cf2950..8ea1eb4 100644
--- a/Makefile
+++ b/Makefile
@@ -34,4 +34,4 @@ dialyze:
-Wrace_conditions -Wunmatched_returns # -Wunderspecs
docs:
- @$(REBAR) doc
+ @$(REBAR) doc skip_deps=true