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-changelog

[Xen-changelog] Added dev-docs target, which passes through to the docs

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Added dev-docs target, which passes through to the docs Makefile.
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 13 Sep 2005 15:16:11 +0000
Delivery-date: Tue, 13 Sep 2005 15:14:42 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User ewan@xxxxxxxxxxxxx
# Node ID bf58d21a1e3a6be44e16ed70769437ceae08ebc5
# Parent  5c49ed1145ccd3ec28f51a5f0f4cb33736852a63
Added dev-docs target, which passes through to the docs Makefile.

diff -r 5c49ed1145cc -r bf58d21a1e3a Makefile
--- a/Makefile  Fri Sep  9 23:11:18 2005
+++ b/Makefile  Sun Sep 11 20:10:38 2005
@@ -35,8 +35,8 @@
 export pae=y
 endif
 
-.PHONY:        all dist install xen kernels tools docs world clean mkpatches 
mrproper
-.PHONY:        kbuild kdelete kclean
+.PHONY:        all dist install xen kernels tools dev-docs docs world clean
+.PHONY:        mkpatches mrproper kbuild kdelete kclean
 
 # build and install everything into the standard system directories
 install: install-xen install-kernels install-tools install-docs
@@ -65,6 +65,9 @@
 
 docs:
        sh ./docs/check_pkgs && $(MAKE) -C docs install || true
+
+dev-docs:
+       $(MAKE) -C docs dev-docs
 
 # Build all the various kernels and modules
 kbuild: kernels

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Added dev-docs target, which passes through to the docs Makefile., Xen patchbot -unstable <=