mirror of https://github.com/xqemu/xqemu.git
Documentation: Add some basic documentation on make targets
This should help new users to get started. Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
e080e785f6
commit
47eacb4f05
|
@ -2286,6 +2286,7 @@ Run the emulation in single step mode.
|
||||||
* Windows::
|
* Windows::
|
||||||
* Cross compilation for Windows with Linux::
|
* Cross compilation for Windows with Linux::
|
||||||
* Mac OS X::
|
* Mac OS X::
|
||||||
|
* Make targets::
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
@node Linux/Unix
|
@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
|
at the QEMU mailing list archive to have all the necessary
|
||||||
information.
|
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
|
@node Index
|
||||||
@chapter Index
|
@chapter Index
|
||||||
@printindex cp
|
@printindex cp
|
||||||
|
|
Loading…
Reference in New Issue