]> xenbits.xensource.com Git - xcp/xen-api.git/commitdiff
'make doc' should also build PDF of API docs
authorRob Hoes <rob.hoes@citrix.com>
Fri, 18 Jun 2010 12:38:09 +0000 (13:38 +0100)
committerRob Hoes <rob.hoes@citrix.com>
Fri, 18 Jun 2010 12:38:09 +0000 (13:38 +0100)
Signed-off-by: Rob Hoes <rob.hoes@citrix.com>
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' < $< > $@


No differences found