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 2 of 2] A script to build the documentation for xen-api

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH 2 of 2] A script to build the documentation for xen-api.hg
From: David Scott <dave.scott@xxxxxxxxxxxxx>
Date: Thu, 8 Jul 2010 12:53:25 +0100
Delivery-date: Thu, 08 Jul 2010 05:01:56 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <patchbomb.1278590003@ely>
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.1278590003@ely>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mercurial-patchbomb/1.4.3
# HG changeset patch
# User Rok Strnisa <rok.strnisa@xxxxxxxxxx>
# Date 1278589971 -3600
# Node ID 6fcf9e5cb86605f0622378f1765811277e957c74
# Parent  b32704b34da7e22e1df3d94ae2a95d238d1b3d63
A script to build the documentation for xen-api.hg.

Signed-off-by: Rok Strnisa <rok.strnisa@xxxxxxxxxx>

diff -r b32704b34da7 -r 6fcf9e5cb866 rebuild-docs
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/rebuild-docs      Thu Jul 08 12:52:51 2010 +0100
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+echo "This is just a temporary fix. Ideally, the effect would be the same when"
+echo "just running the following command: make doc."
+
+echo "[Installing v6 proprietary code...]"
+cd /myrepos/v6.hg
+./install.sh . ../xen-api.hg/
+
+echo "[Making xen-api documentation...]"
+cd ../xen-api.hg
+make doc
+
+if [ -e ../xen-api-libs.hg ]
+then
+  echo "[Found xen-api-libs.hg: making its documentation...]"
+  cd ../xen-api-libs.hg
+  make doc
+  cd ../xen-api.hg
+fi
+
+echo "Open 'ocaml/doc/index.html' to explore the generated documentation."
 rebuild-docs |  22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)


Attachment: xen-api.hg-2.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>