]> Git Repo - qemu.git/commitdiff
Documentation: Add some basic documentation on make targets
authorStefan Weil <[email protected]>
Fri, 5 Feb 2010 22:52:01 +0000 (23:52 +0100)
committerAnthony Liguori <[email protected]>
Wed, 10 Feb 2010 18:43:04 +0000 (12:43 -0600)
This should help new users to get started.

Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
qemu-doc.texi

index c4f21d1a9b74917ea9cc58dc253e13d7c3e4b5c0..fe84126182649e03b5a2c31e84cf56a49df2ee39 100644 (file)
@@ -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
@@ -2398,6 +2399,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.
 
+@node Make targets
+@section Make targets
+
+@table @code
+
+@item make
+@item make all
+Make everything which is typically needed.
+
+@item install
+TODO
+
+@item install-doc
+TODO
+
+@item make clean
+Remove most files which were built during make.
+
+@item make distclean
+Remove everything which was built during make.
+
+@item make dvi
+@item make html
+@item make info
+@item make pdf
+Create documentation in dvi, html, info or pdf format.
+
+@item make cscope
+TODO
+
+@item make defconfig
+(Re-)create some build configuration files.
+User made changes will be overwritten.
+
+@item tar
+@item tarbin
+TODO
+
+@end table
+
 @node Index
 @chapter Index
 @printindex cp
This page took 0.030696 seconds and 4 git commands to generate.