0
Fork 0
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:
Loïc Hoguin 2013-01-04 18:41:53 +01:00
parent 7d2a481401
commit 4395c1b59d

View file

@ -20,7 +20,7 @@ clean:
rm -f erl_crash.dump
docs: clean-docs
@$(REBAR) doc skip_deps=true
erl -noshell -eval 'edoc:application(cowboy, ".", []), init:stop().'
clean-docs:
rm -f doc/*.css