forked from mirrors/linux
		
	 90f9f118b7
			
		
	
	
		90f9f118b7
		
	
	
	
	
		
			
			Use pandoc to convert documentation to ReST by calling Documentation/sphinx/tmplcvt script. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			214 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			214 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # -*- coding: utf-8; mode: python -*-
 | |
| 
 | |
| project = "Linux Filesystems API"
 | |
| 
 | |
| tags.add("subproject")
 | |
| 
 | |
| latex_documents = [
 | |
|     ('index', 'filesystems.tex', project,
 | |
|      'The kernel development community', 'manual'),
 | |
| ]
 |