Use pandoc to convert documentation to ReST by calling Documentation/sphinx/tmplcvt script. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			225 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			225 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# -*- coding: utf-8; mode: python -*-
 | 
						|
 | 
						|
project = "SuperH architecture implementation manual"
 | 
						|
 | 
						|
tags.add("subproject")
 | 
						|
 | 
						|
latex_documents = [
 | 
						|
    ('index', 'sh.tex', project,
 | 
						|
     'The kernel development community', 'manual'),
 | 
						|
]
 |