Bläddra i källkod

Added a Makefile target to more easily build the documentation.

There's no need for this not to be here since it's a very common
operation when retrieving new dependencies. In fact, it's the first
thing I did.
pull/95/head
AeroNotix 12 år sedan
förälder
incheckning
005dcc8ad8
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. +4
    -0
      Makefile

+ 4
- 0
Makefile Visa fil

@ -19,3 +19,7 @@ test: all
xref: all
./rebar xref
docs:
erl -noshell \
-eval 'edoc:application(ibrowse, ".", []), init:stop().'

Laddar…
Avbryt
Spara