qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 4/8] Documentation: Add some basic documentation on


From: Stefan Weil
Subject: [Qemu-devel] [PATCH 4/8] Documentation: Add some basic documentation on make targets
Date: Fri, 5 Feb 2010 23:52:01 +0100

This should help new users to get started.

Signed-off-by: Stefan Weil <address@hidden>
---
 qemu-doc.texi |   41 +++++++++++++++++++++++++++++++++++++++++
 1 files changed, 41 insertions(+), 0 deletions(-)

diff --git a/qemu-doc.texi b/qemu-doc.texi
index 84de318..8ecd175 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -2286,6 +2286,7 @@ Run the emulation in single step mode.
 * Windows::
 * Cross compilation for Windows with Linux::
 * Mac OS X::
+* Make targets::
 @end menu
 
 @node Linux/Unix
@@ -2381,6 +2382,46 @@ The Mac OS X patches are not fully merged in QEMU, so 
you should look
 at the QEMU mailing list archive to have all the necessary
 information.
 
address@hidden Make targets
address@hidden Make targets
+
address@hidden @code
+
address@hidden make
address@hidden make all
+Make everything which is typically needed.
+
address@hidden install
+TODO
+
address@hidden install-doc
+TODO
+
address@hidden make clean
+Remove most files which were built during make.
+
address@hidden make distclean
+Remove everything which was built during make.
+
address@hidden make dvi
address@hidden make html
address@hidden make info
address@hidden make pdf
+Create documentation in dvi, html, info or pdf format.
+
address@hidden make cscope
+TODO
+
address@hidden make defconfig
+(Re-)create some build configuration files.
+User made changes will be overwritten.
+
address@hidden tar
address@hidden tarbin
+TODO
+
address@hidden table
+
 @node Index
 @chapter Index
 @printindex cp
-- 
1.6.5





reply via email to

[Prev in Thread] Current Thread [Next in Thread]