mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
Use erl -eval instead of rebar for generating edoc documentation
This commit is contained in:
parent
7d2a481401
commit
4395c1b59d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -20,7 +20,7 @@ clean:
|
||||||
rm -f erl_crash.dump
|
rm -f erl_crash.dump
|
||||||
|
|
||||||
docs: clean-docs
|
docs: clean-docs
|
||||||
@$(REBAR) doc skip_deps=true
|
erl -noshell -eval 'edoc:application(cowboy, ".", []), init:stop().'
|
||||||
|
|
||||||
clean-docs:
|
clean-docs:
|
||||||
rm -f doc/*.css
|
rm -f doc/*.css
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue