We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de3577c commit 606a71dCopy full SHA for 606a71d
doc/Makefile
@@ -7,6 +7,8 @@ ODOC_WIKI := odoc_wiki.cma
7
LIBS := -package lwt,lwt_log,lwt_ssl,tyxml,ssl,netstring,netstring-pcre,ipaddr,xml-light \
8
${addprefix -I ../src/, baselib http server extensions }
9
10
+all: doc wikidoc
11
+
12
doc: api-html/index.html
13
api-html/index.html: indexdoc $(addprefix ../src/,$(DOC) $(PLUGINS_DOC))
14
mkdir -p api-html
0 commit comments