Skip to content

Commit fc9506e

Browse files
author
José Valim
committed
Add missing rm -rf ebin back to docs task
1 parent 5c01be9 commit fc9506e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ docs: compile ../ex_doc/bin/ex_doc
101101
rm -rf docs
102102
cp -R -f lib/*/ebin/*.beam ./ebin
103103
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
104105

105106
../ex_doc/bin/ex_doc:
106107
@ echo "ex_doc is not found in ../ex_doc as expected. See README for more information."

0 commit comments

Comments
 (0)