Skip to content

Commit 007b60e

Browse files
authored
Merge pull request #170 from ocsigen/fixmakedoc
Fix make doc
2 parents 6e225d2 + 606a71d commit 007b60e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ include ../src/Makefile.filelist
44
OCAMLDOC := ${OCAMLFIND} ocamldoc
55
ODOC_WIKI := odoc_wiki.cma
66

7-
LIBS := -package lwt,lwt_ssl,tyxml,ssl,netstring,netstring-pcre,ipaddr \
7+
LIBS := -package lwt,lwt_log,lwt_ssl,tyxml,ssl,netstring,netstring-pcre,ipaddr,xml-light \
88
${addprefix -I ../src/, baselib http server extensions }
99

10+
all: doc wikidoc
11+
1012
doc: api-html/index.html
1113
api-html/index.html: indexdoc $(addprefix ../src/,$(DOC) $(PLUGINS_DOC))
1214
mkdir -p api-html

0 commit comments

Comments
 (0)