From 05881ac523589fd91b137043899e6970a596caee Mon Sep 17 00:00:00 2001 From: Richard Carlsson Date: Mon, 21 Apr 2014 10:03:05 +0200 Subject: [PATCH] don't add ./ebin to path when building docs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 082beb9..54e68b7 100644 --- a/Makefile +++ b/Makefile @@ -22,4 +22,4 @@ clean: -rm -f doc/*.html doc/stylesheet.css doc/erlang.png doc/edoc-info docs: - erl -pa ./ebin -noshell -eval "edoc:application($(APPNAME), \".\", [$(DOC_OPTS)])" -s init stop + erl -noshell -eval "edoc:application($(APPNAME), \".\", [$(DOC_OPTS)])" -s init stop