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] 'make doc' should also build PDF of API docs

To: xen-api <xen-api@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-API] [PATCH] 'make doc' should also build PDF of API docs
From: Rob Hoes <rob.hoes@xxxxxxxxxx>
Date: Fri, 11 Jun 2010 13:29:35 +0100
Delivery-date: Fri, 11 Jun 2010 05:29:48 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Rob Hoes <rob.hoes@xxxxxxxxxx>
'make doc' should also build PDF of API docs

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

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' < $< > $@

Attachment: make-pdf-doc
Description: Text document

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-API] [PATCH] 'make doc' should also build PDF of API docs, Rob Hoes <=