diff options
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api/Makefile b/doc/api/Makefile index 66f39955..a4c8dbb7 100644 --- a/doc/api/Makefile +++ b/doc/api/Makefile @@ -1,5 +1,5 @@ APPNAME = ejabberd -VSN = SVN +VSN = $(shell sed '/VERSION/!d;s/\(.*\)"\(.*\)"\(.*\)/\2/' ../../src/ejabberd.hrl) DOCDIR=. SRCDIR=../../src @@ -11,6 +11,7 @@ all: docs clean: rm -f *.html rm edoc-info + rm erlang.png docs: erl -noshell -run edoc_run application \ |