summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2008-04-01 10:11:39 +0000
committerBadlop <badlop@process-one.net>2008-04-01 10:11:39 +0000
commit5fd627b85be036ddec7a59175d3fb5aa2f7953a0 (patch)
tree213b0c096eeb478be89df69c1b2844e409f057bf /doc/api
parentAdd firewalling port range definition (diff)
* doc/api/Makefile: Report the correct ejabberd version. When
cleaning, remove also erlang.png * src/mod_muc/mod_muc_room.erl: Update source code to prevent warning messages from EDoc * src/mod_pubsub/mod_pubsub.erl: Likewise * src/mod_pubsub/node_default.erl: Likewise * src/mod_pubsub/nodetree_default.erl: Likewise * src/mod_pubsub/nodetree_virtual.erl: Likewise * src/mod_pubsub/pubsub.hrl: Likewise SVN Revision: 1265
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/Makefile3
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 \