Skip to content

Commit 606a71d

Browse files
committed
Make doc now generates both html and wiki
1 parent de3577c commit 606a71d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ODOC_WIKI := odoc_wiki.cma
77
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)