File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -128,8 +128,9 @@ clean_exbeam:
128128
129129# ==> Create Documentation
130130
131+ LOGO_PATH = $(shell test -f ../docs/logo.png && echo "--logo ../docs/logo.png")
131132SOURCE_REF = $(shell head="$$(git rev-parse HEAD ) " tag="$$(git tag --points-at $$head | tail -1 ) " ; echo "$${tag:-$$head}\c")
132- COMPILE_DOCS = bin/elixir ../ex_doc/bin/ex_doc "$(1 ) " "$(VERSION ) " "lib/$(2 ) /ebin" -m "$(3 ) " -u "https://github.com/elixir-lang/elixir" --source-ref "$(call SOURCE_REF) " -o doc/$(2 ) -p http://elixir-lang.org/docs.html
133+ COMPILE_DOCS = bin/elixir ../ex_doc/bin/ex_doc "$(1 ) " "$(VERSION ) " "lib/$(2 ) /ebin" -m "$(3 ) " -u "https://github.com/elixir-lang/elixir" --source-ref "$(call SOURCE_REF) " $( call LOGO_PATH) -o doc/$(2 ) -p http://elixir-lang.org/docs.html
133134
134135docs : compile ../ex_doc/bin/ex_doc docs_elixir docs_eex docs_mix docs_iex docs_ex_unit docs_logger
135136
You can’t perform that action at this time.
0 commit comments