Revision 47eacb4f

b/qemu-doc.texi
2286 2286
* Windows::
2287 2287
* Cross compilation for Windows with Linux::
2288 2288
* Mac OS X::
2289
* Make targets::
2289 2290
@end menu
2290 2291

  
2291 2292
@node Linux/Unix
......
2398 2399
at the QEMU mailing list archive to have all the necessary
2399 2400
information.
2400 2401

  
2402
@node Make targets
2403
@section Make targets
2404

  
2405
@table @code
2406

  
2407
@item make
2408
@item make all
2409
Make everything which is typically needed.
2410

  
2411
@item install
2412
TODO
2413

  
2414
@item install-doc
2415
TODO
2416

  
2417
@item make clean
2418
Remove most files which were built during make.
2419

  
2420
@item make distclean
2421
Remove everything which was built during make.
2422

  
2423
@item make dvi
2424
@item make html
2425
@item make info
2426
@item make pdf
2427
Create documentation in dvi, html, info or pdf format.
2428

  
2429
@item make cscope
2430
TODO
2431

  
2432
@item make defconfig
2433
(Re-)create some build configuration files.
2434
User made changes will be overwritten.
2435

  
2436
@item tar
2437
@item tarbin
2438
TODO
2439

  
2440
@end table
2441

  
2401 2442
@node Index
2402 2443
@chapter Index
2403 2444
@printindex cp

Also available in: Unified diff