# HG changeset patch # User Rob Hoes <[email protected]> 'make doc' should also build PDF of API docs
Signed-off-by: Rob Hoes <[email protected]> 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' < $< > $@
# HG changeset patch # User Rob Hoes <[email protected]> 'make doc' should also build PDF of API docs Signed-off-by: Rob Hoes <[email protected]> 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' < $< > $@
_______________________________________________ xen-api mailing list [email protected] http://lists.xensource.com/mailman/listinfo/xen-api
