Skip to content

Commit

Permalink
don't add ./ebin to path when building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Carlsson committed Dec 21, 2014
1 parent b327d30 commit 05881ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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

0 comments on commit 05881ac

Please sign in to comment.