From fed8522774f62d73b71f96cdbfc71cd8b03e1c7c Mon Sep 17 00:00:00 2001 From: Eric Merritt Date: Mon, 10 Sep 2012 18:23:56 -0500 Subject: [PATCH] make sure the docs get run as part of a bare make --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 933ce28..538d561 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ ERLWARE_COMMONS_PLT=$(CURDIR)/.erlware_commons_plt .PHONY: all compile doc clean test dialyzer typer shell distclean pdf get-deps escript -all: compile test dialyzer +all: compile test doc dialyzer get-deps: $(REBAR) get-deps