aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoremellor@ewan <emellor@ewan>2005-09-13 15:42:34 +0100
committeremellor@ewan <emellor@ewan>2005-09-13 15:42:34 +0100
commit296cdec9cf0865d5d91adff9ed0ef6ed2c1ab093 (patch)
treef458242ff8f5856612acaff33017bbeb6b8cdde3 /Makefile
parentc0bff953ee66ef0aadf0c9472febbc661bb6ceec (diff)
downloadxen-296cdec9cf0865d5d91adff9ed0ef6ed2c1ab093.tar.gz
xen-296cdec9cf0865d5d91adff9ed0ef6ed2c1ab093.tar.bz2
xen-296cdec9cf0865d5d91adff9ed0ef6ed2c1ab093.zip
Added help line for dev-docs target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 498be57835..ea52d8c98c 100644
--- a/Makefile
+++ b/Makefile
@@ -126,7 +126,7 @@ help:
@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 @@ help:
@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'