Skip to content

Commit 16555c9

Browse files
author
José Valim
committed
Update ExDoc directory
1 parent 869e90f commit 16555c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ docs: compile
100100
mkdir -p ebin
101101
rm -rf docs
102102
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)"
103+
bin/elixir ../ex_doc/bin/ex_doc "Elixir" "$(VERSION)" -m Kernel -u "https://github.com/elixir-lang/elixir" --source-ref "$(call SOURCE_REF)"
104104
rm -rf ebin
105105

106106
release_zip: compile

0 commit comments

Comments
 (0)