File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -128,8 +128,9 @@ clean_exbeam:
128
128
129
129
# ==> Create Documentation
130
130
131
+ LOGO_PATH = $(shell test -f ../docs/logo.png && echo "--logo ../docs/logo.png")
131
132
SOURCE_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
133
134
134
135
docs : compile ../ex_doc/bin/ex_doc docs_elixir docs_eex docs_mix docs_iex docs_ex_unit docs_logger
135
136
You can’t perform that action at this time.
0 commit comments