Browse Source

Skip deps when generating docs

Loïc Hoguin 13 years ago
parent
commit
8eb7af0a0b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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