mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 04:06:46 +00:00 
			
		
		
		
	 f8aa24ea9a
			
		
	
	
		f8aa24ea9a
		
	
	
	
	
		
			
			For now, sphinx is run on every invocation of make. The previous mechanism using $(wildcard) is not reproducible in Meson and was also brittle; for example some .rst.inc files were left out. The next patch will introduce a Sphinx extension to emit a depfile. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
		
			
				
	
	
		
			20 lines
		
	
	
		
			855 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			855 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
|     <head>
 | |
|         <meta charset="UTF-8">
 | |
|         <title>QEMU @VERSION@ Documentation</title>
 | |
|     </head>
 | |
|     <body>
 | |
|         <h1>QEMU @VERSION@ Documentation</h1>
 | |
|         <ul>
 | |
|             <li><a href="system/index.html">System Emulation User's Guide</a></li>
 | |
|             <li><a href="user/index.html">User Mode Emulation User's Guide</a></li>
 | |
|             <li><a href="tools/index.html">Tools Guide</a></li>
 | |
|             <li><a href="interop/index.html">System Emulation Management and Interoperability Guide</a></li>
 | |
|             <li><a href="specs/index.html">System Emulation Guest Hardware Specifications</a></li>
 | |
|             <li><a href="interop/qemu-qmp-ref.html">QMP Reference Manual</a></li>
 | |
|             <li><a href="interop/qemu-ga-ref.html">Guest Agent Protocol Reference</a></li>
 | |
|         </ul>
 | |
|     </body>
 | |
| </html>
 |