Skip to content
This repository was archived by the owner on May 22, 2018. It is now read-only.

Commit 7dbffb9

Browse files
committed
Docs: fix mlvm ocamldoc
Signed-off-by: Rob Hoes <[email protected]>
1 parent 707bf5a commit 7dbffb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlvm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ clean :
4242

4343
.PHONY: doc
4444
doc: $(INTF)
45-
python ../doc/doc.py $(DOCDIR) "mlvm" "package" "$(LIBOBJS)" "." "stdext,camldm,uuid,unix" "" "'${PP}'"
45+
python ../doc/doc.py $(DOCDIR) "mlvm" "package" "$(LIBOBJS)" "." "rpc-light,stdext,camldm,uuid,unix" ""
4646

4747
lvmconfigparser.ml : lvmconfigparser.mly
4848
ocamlyacc lvmconfigparser.mly

0 commit comments

Comments
 (0)