Skip to content

Commit

Permalink
Docs: fix mlvm ocamldoc
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Hoes <rob.hoes@citrix.com>
  • Loading branch information
robhoes committed Nov 21, 2011
1 parent 707bf5a commit 7dbffb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlvm/Makefile
Expand Up @@ -42,7 +42,7 @@ clean :

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

lvmconfigparser.ml : lvmconfigparser.mly
ocamlyacc lvmconfigparser.mly
Expand Down

0 comments on commit 7dbffb9

Please sign in to comment.