# HG changeset patch # User Rob Hoes 'make doc' should also build PDF of API docs Signed-off-by: Rob Hoes diff -r e489858e0824 ocaml/idl/OMakefile --- a/ocaml/idl/OMakefile +++ b/ocaml/idl/OMakefile @@ -139,6 +139,9 @@ lynx -dump sdk-README.html > $(SDK)/README.txt cp sdk-index.html $(SDK)/index.html +.PHONY: doc +doc: sdk-install + META: META.in sed 's/@VERSION@/$(PRODUCT_VERSION)/g' < $< > $@