]> xenbits.xensource.com Git - xcp/xen-api.git/commitdiff
Clean up doc target of Makefile
authorRob Hoes <rob.hoes@citrix.com>
Wed, 26 Jan 2011 17:39:04 +0000 (17:39 +0000)
committerRob Hoes <rob.hoes@citrix.com>
Wed, 26 Jan 2011 17:39:04 +0000 (17:39 +0000)
Signed-off-by: Rob Hoes <rob.hoes@citrix.com>
Makefile

index f88bbb71b2467ab8cd9884a64504f6214a8ffa0a..3b078492b410f7140ad419cec5e8d098d8a64c72 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -77,7 +77,7 @@ otags:
 doc: api-doc api-libs-doc
 
 .PHONY: api-doc
-api-doc: version import-v6
+api-doc: version
        omake phase1 phase2 # autogenerated files might be required
        omake doc
 
@@ -86,12 +86,6 @@ api-libs-doc:
        @(cd ../xen-api-libs.hg 2> /dev/null && $(MAKE) doc) || \
         (echo ">>> If you have a myclone of xen-api-libs, its documentation will be included. <<<")
 
-V6=$(call hg_loc,v6)
-XENAPI=$(call hg_loc,xen-api)
-.PHONY: import-v6
-import-v6:
-       cd $(V6); ./install.sh . $(XENAPI)
 .PHONY: version
 version:
        echo "(* This file is autogenerated.  Grep for e17512ce-ba7c-11df-887b-0026b9799147 (random uuid) to see where it comes from. ;o) *)" > ocaml/util/version.ml