aboutsummaryrefslogtreecommitdiff
path: root/doc/api/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/Makefile')
-rw-r--r--doc/api/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/api/Makefile b/doc/api/Makefile
deleted file mode 100644
index de356ef20..000000000
--- a/doc/api/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-APPNAME = ejabberd
-VSN = $(shell sed '/vsn/!d;s/\(.*\)"\(.*\)"\(.*\)/\2/' ../../src/ejabberd.app)
-
-DOCDIR=.
-SRCDIR=../../src
-
-.PHONY = all
-
-all: docs
-
-clean:
- rm -f *.html
- rm edoc-info
- rm erlang.png
-
-docs:
- erl -noshell -run edoc_run application \
- "'$(APPNAME)'" '"$(SRCDIR)"' '[{dir,"$(DOCDIR)"},{packages, false},{todo,true},{private,true},{def,{vsn,"$(VSN)"}},{stylesheet,"process-one.css"},{overview,"$(DOCDIR)/overview.edoc"}]' -s init stop