From 005dcc8ad88e4f3ba0cce248d2655538d49cb3bc Mon Sep 17 00:00:00 2001 From: AeroNotix Date: Wed, 12 Jun 2013 14:18:15 +0100 Subject: [PATCH] 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. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 29ea9fa..63a9beb 100644 --- a/Makefile +++ b/Makefile @@ -19,3 +19,7 @@ test: all xref: all ./rebar xref + +docs: + erl -noshell \ + -eval 'edoc:application(ibrowse, ".", []), init:stop().'