forked from mirrors/linux
		
	 c4fcd7cabb
			
		
	
	
		c4fcd7cabb
		
	
	
	
	
		
			
			Use pandoc to convert documentation to ReST by calling Documentation/sphinx/tmplcvt script. - Manually adjusted to use ..note and ..warning - Minor fixes for it to be parsed without errors - Use **bold** for emphasis. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			217 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			217 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # -*- coding: utf-8; mode: python -*-
 | |
| 
 | |
| project = "Kernel Hacking Guides"
 | |
| 
 | |
| tags.add("subproject")
 | |
| 
 | |
| latex_documents = [
 | |
|     ('index', 'kernel-hacking.tex', project,
 | |
|      'The kernel development community', 'manual'),
 | |
| ]
 |