We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c01be9 commit fc9506eCopy full SHA for fc9506e
Makefile
@@ -101,6 +101,7 @@ docs: compile ../ex_doc/bin/ex_doc
101
rm -rf docs
102
cp -R -f lib/*/ebin/*.beam ./ebin
103
bin/elixir ../ex_doc/bin/ex_doc "Elixir" "$(VERSION)" -m Kernel -u "https://github.com/elixir-lang/elixir" --source-ref "$(call SOURCE_REF)"
104
+ rm -rf ebin
105
106
../ex_doc/bin/ex_doc:
107
@ echo "ex_doc is not found in ../ex_doc as expected. See README for more information."
0 commit comments