diff --git a/doc/Makefile b/doc/Makefile index 122cd6992..449a68dc2 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -4,9 +4,11 @@ include ../src/Makefile.filelist OCAMLDOC := ${OCAMLFIND} ocamldoc ODOC_WIKI := odoc_wiki.cma -LIBS := -package lwt,lwt_ssl,tyxml,ssl,netstring,netstring-pcre,ipaddr \ +LIBS := -package lwt,lwt_log,lwt_ssl,tyxml,ssl,netstring,netstring-pcre,ipaddr,xml-light \ ${addprefix -I ../src/, baselib http server extensions } +all: doc wikidoc + doc: api-html/index.html api-html/index.html: indexdoc $(addprefix ../src/,$(DOC) $(PLUGINS_DOC)) mkdir -p api-html