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 869e90f commit 16555c9Copy full SHA for 16555c9
Makefile
@@ -100,7 +100,7 @@ docs: compile
100
mkdir -p ebin
101
rm -rf docs
102
cp -R -f lib/*/ebin/*.beam ./ebin
103
- bin/elixir ../exdoc/bin/exdoc "Elixir" "$(VERSION)" -m Kernel -u "https://github.com/elixir-lang/elixir" --source-ref "$(call SOURCE_REF)"
+ 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
release_zip: compile
0 commit comments