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 help line for dev-docs target.

# HG changeset patch
# User emellor@ewan
# Node ID 98c5c6a1e85787bbbf8b1688c008ebea1fc78c5c
# Parent  5aa6a2eff69fecdbc3d6c54e880ddd389ba1f735
Added help line for dev-docs target.

diff -r 5aa6a2eff69f -r 98c5c6a1e857 Makefile
--- a/Makefile  Tue Sep 13 13:49:37 2005
+++ b/Makefile  Tue Sep 13 14:42:34 2005
@@ -126,7 +126,7 @@
        @echo '  install-xen      - build and install the Xen hypervisor'
        @echo '  install-tools    - build and install the control tools'
        @echo '  install-kernels  - build and install guest kernels'
-       @echo '  install-docs     - build and install documentation'
+       @echo '  install-docs     - build and install user documentation'
        @echo ''
        @echo 'Building targets:'
        @echo '  dist             - build and install everything into local 
dist directory'
@@ -136,7 +136,8 @@
        @echo '  tools            - build and install tools'
        @echo '  kernels          - build and install guest kernels'
        @echo '  kbuild           - synonym for make kernels'
-       @echo '  docs             - build and install docs'
+       @echo '  docs             - build and install user documentation'
+       @echo '  dev-docs         - build developer-only documentation'
        @echo ''
        @echo 'Cleaning targets:'
        @echo '  clean            - clean the Xen, tools and docs (but not'

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Added help line for dev-docs target., Xen patchbot -unstable <=