WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-api

[Xen-API] [PATCH 12 of 17] Clean up doc target of Makefile

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH 12 of 17] Clean up doc target of Makefile
From: Rob Hoes <rob.hoes@xxxxxxxxxx>
Date: Fri, 7 Jan 2011 16:57:55 +0000
Delivery-date: Fri, 07 Jan 2011 09:05:33 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <patchbomb.1294419463@xxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
References: <patchbomb.1294419463@xxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mercurial-patchbomb/1.6.3
Signed-off-by: Rob Hoes <rob.hoes@xxxxxxxxxx>


# HG changeset patch
# User Rob Hoes <rob.hoes@xxxxxxxxxx>
# Date 1294419412 0
# Node ID 06e031ca0bc2960d4f8bc0f37f2fc987d0b828c3
# Parent  4313f93b13635bdae6a8cea43bd52d10fb5d3a6c
Clean up doc target of Makefile

Signed-off-by: Rob Hoes <rob.hoes@xxxxxxxxxx>

diff -r 4313f93b1363 -r 06e031ca0bc2 Makefile
--- a/Makefile
+++ b/Makefile
@@ -77,7 +77,7 @@
 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 @@
        @(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

Attachment: xen-api.hg-12.patch
Description: Text Data

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
<Prev in Thread] Current Thread [Next in Thread>